Class SDL_GPUIndexedIndirectDrawCommand

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SDL_GPUIndexedIndirectDrawCommand extends Struct<SDL_GPUIndexedIndirectDrawCommand> implements NativeResource
struct SDL_GPUIndexedIndirectDrawCommand {
    Uint32 num_indices;
    Uint32 num_instances;
    Uint32 first_index;
    Sint32 vertex_offset;
    Uint32 first_instance;
}