Package org.lwjgl.sdl

Class SDL_GPUVertexInputState

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SDL_GPUVertexInputState extends Struct<SDL_GPUVertexInputState> implements NativeResource

 struct SDL_GPUVertexInputState {
     {@link SDL_GPUVertexBufferDescription SDL_GPUVertexBufferDescription} const * vertex_buffer_descriptions;
     Uint32 num_vertex_buffers;
     {@link SDL_GPUVertexAttribute SDL_GPUVertexAttribute} const * vertex_attributes;
     Uint32 num_vertex_attributes;
 }