Skip to content

TSdlGpuVertexInputState

A record specifying the parameters of a graphics pipeline vertex input state.

Definition

Unit: Neslib.Sdl3.Gpu

type TSdlGpuVertexInputState = record ... end;

See Also

Properties

Name Description
VertexAttributes An array of vertex attribute descriptions.
VertexBufferDescriptions An array of vertex buffer descriptions.

Property Descriptions

VertexAttributes

An array of vertex attribute descriptions.

property VertexAttributes: TArray<TSdlGpuVertexAttribute> read FVertexAttributes write SetVertexAttributes

Type: TArray<TSdlGpuVertexAttribute>


VertexBufferDescriptions

An array of vertex buffer descriptions.

property VertexBufferDescriptions: TArray<TSdlGpuVertexBufferDescription> read FVertexBufferDescriptions write SetVertexBufferDescriptions

Type: TArray<TSdlGpuVertexBufferDescription>