SDL 3.0
SDL_GPUIndirectDispatchCommand Struct Reference

#include <SDL_gpu.h>

Data Fields

Uint32 groupcount_x
 
Uint32 groupcount_y
 
Uint32 groupcount_z
 

Detailed Description

A structure specifying the parameters of an indexed dispatch command.

Since
This struct is available since SDL 3.1.3
See also
SDL_DispatchGPUComputeIndirect

Definition at line 1319 of file SDL_gpu.h.

Field Documentation

◆ groupcount_x

Uint32 SDL_GPUIndirectDispatchCommand::groupcount_x

The number of local workgroups to dispatch in the X dimension.

Definition at line 1321 of file SDL_gpu.h.

◆ groupcount_y

Uint32 SDL_GPUIndirectDispatchCommand::groupcount_y

The number of local workgroups to dispatch in the Y dimension.

Definition at line 1322 of file SDL_gpu.h.

◆ groupcount_z

Uint32 SDL_GPUIndirectDispatchCommand::groupcount_z

The number of local workgroups to dispatch in the Z dimension.

Definition at line 1323 of file SDL_gpu.h.


The documentation for this struct was generated from the following file: