DrawListAlloc

An allocation within the drawlist

Members

Variables

allocId
uint allocId;

Allocation ID.

idxCount
uint idxCount;

Number of indices.

idxOffset
uint idxOffset;

Index offset.

vtxCount
uint vtxCount;

Number of vertices.

vtxOffset
uint vtxOffset;

Vertex offset.

Meta