IndexBufferInformation

Structure representing the index buffer information.

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

Detailed description

Structure representing the index buffer information.

Data fields

Type

Description

ResourceFormat

IndexFormat
Index resource format (16/32-bit)

uint32_t

Count
Number of entries in the index buffer.

Buffer *

pBuffer
“Buffer“ resource backing the index buffer.