logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GPUIndirectDispatchCommand - A structure specifying the parameters of an indexed dispatch command.

Availability

       This struct is available since SDL 3.2.0.

Name

       SDL_GPUIndirectDispatchCommand - A structure specifying the parameters of an indexed dispatch command.

See Also

SDL_DispatchGPUComputeIndirect(3)

Simple Directmedia Layer                           SDL 3.2.20              SDL_GPUIndirectDispatchCommand(3type)

Synopsis

#include<SDL3/SDL_gpu.h>typedefstructSDL_GPUIndirectDispatchCommand{Uint32groupcount_x;/**<ThenumberoflocalworkgroupstodispatchintheXdimension.*/Uint32groupcount_y;/**<ThenumberoflocalworkgroupstodispatchintheYdimension.*/Uint32groupcount_z;/**<ThenumberoflocalworkgroupstodispatchintheZdimension.*/}SDL_GPUIndirectDispatchCommand;

See Also