TSdlGpuVertexInputState
A record specifying the parameters of a graphics pipeline vertex input state.
Definition
Unit: Neslib.Sdl3.Gpu
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>