SDL 3.0
SDL_GPUVertexInputState Struct Reference

#include <SDL_gpu.h>

+ Collaboration diagram for SDL_GPUVertexInputState:

Data Fields

const SDL_GPUVertexBindingvertexBindings
 
Uint32 vertexBindingCount
 
const SDL_GPUVertexAttributevertexAttributes
 
Uint32 vertexAttributeCount
 

Detailed Description

Definition at line 650 of file SDL_gpu.h.

Field Documentation

◆ vertexAttributeCount

Uint32 SDL_GPUVertexInputState::vertexAttributeCount

Definition at line 655 of file SDL_gpu.h.

◆ vertexAttributes

const SDL_GPUVertexAttribute* SDL_GPUVertexInputState::vertexAttributes

Definition at line 654 of file SDL_gpu.h.

◆ vertexBindingCount

Uint32 SDL_GPUVertexInputState::vertexBindingCount

Definition at line 653 of file SDL_gpu.h.

◆ vertexBindings

const SDL_GPUVertexBinding* SDL_GPUVertexInputState::vertexBindings

Definition at line 652 of file SDL_gpu.h.


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