struct SubMesh

Data about a sub-mesh range and the type of primitives contained in the range.

Public

Constructors

SubMesh

SubMesh() = default

SubMesh

SubMesh(u32 indexOffset, u32 indexCount, DrawOperationType drawOp)

Fields

IndexOffset

u32 IndexOffset

IndexCount

u32 IndexCount

DrawOp