SDL_GPUIndirectDispatchCommand - A structure specifying the parameters of an indexed dispatch command.
Contents
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;