SDL 3.0
SDL_GPUIndirectDrawCommand Struct Reference

#include <SDL_gpu.h>

Data Fields

Uint32 vertexCount
 
Uint32 instanceCount
 
Uint32 firstVertex
 
Uint32 firstInstance
 

Detailed Description

Definition at line 589 of file SDL_gpu.h.

Field Documentation

◆ firstInstance

Uint32 SDL_GPUIndirectDrawCommand::firstInstance

Definition at line 594 of file SDL_gpu.h.

◆ firstVertex

Uint32 SDL_GPUIndirectDrawCommand::firstVertex

Definition at line 593 of file SDL_gpu.h.

◆ instanceCount

Uint32 SDL_GPUIndirectDrawCommand::instanceCount

Definition at line 592 of file SDL_gpu.h.

◆ vertexCount

Uint32 SDL_GPUIndirectDrawCommand::vertexCount

Definition at line 591 of file SDL_gpu.h.


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