Package org.lwjgl.sdl

Class SDL_GPUIndirectDispatchCommand

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SDL_GPUIndirectDispatchCommand extends Struct<SDL_GPUIndirectDispatchCommand> implements NativeResource

 struct SDL_GPUIndirectDispatchCommand {
     Uint32 groupcount_x;
     Uint32 groupcount_y;
     Uint32 groupcount_z;
 }