VertexBufferInformation

Structure representing the vertex buffer information for a vertex data stream (component channel).

File location: framework/cauldron/framework/inc/render/mesh.h

Detailed description

Structure representing the vertex buffer information for a vertex data stream (component channel).

Data fields

Type

Description

AttributeFormat

AttributeDataFormat
Vertex buffer stream attribute format.

ResourceFormat

ResourceDataFormat
Vertex buffer stream resource format.

uint32_t

Count
Number of entries in the vertex buffer stream.

Buffer *

pBuffer
“Buffer“ resource backing the vertex buffer stream.