bgfx_transient_index_buffer_t

Transient index buffer.

extern (C) @nogc nothrow
struct bgfx_transient_index_buffer_t {}

Members

Variables

data
byte* data;

Pointer to data.

handle
bgfx_index_buffer_handle_t handle;

Index buffer handle.

isIndex16
bool isIndex16;

Index buffer format is 16-bits if true, otherwise it is 32-bit.

size
uint size;

Data size.

startIndex
uint startIndex;

First index.

Meta