SDL_GPUIndirectDispatchCommand

A structure specifying the parameters of an indexed dispatch command.

extern (C) nothrow @nogc
struct SDL_GPUIndirectDispatchCommand {}

Members

Variables

groupcount_x
Uint32 groupcount_x;

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

groupcount_y
Uint32 groupcount_y;

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

groupcount_z
Uint32 groupcount_z;

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

See Also

Meta