Cogs.Core
|
Public Attributes | |
BufferGL20 * | currentVertexBuffers [kMaxVertexInputSlots] |
BufferGL20 * | currentIndexBuffer |
uint32_t | indexBufferStride = 4 |
![]() | |
size_t | numVertexBuffers = 0 |
const VertexFormat * | formats [kMaxVertexInputSlots] = {} |
uint32_t | strides [kMaxVertexInputSlots] = {} |
uint32_t | offsets [kMaxVertexInputSlots] = {} |
Definition at line 25 of file ContextGL20.h.
BufferGL20* Cogs::InputAssemblerStateGL20::currentIndexBuffer |
Definition at line 28 of file ContextGL20.h.
BufferGL20* Cogs::InputAssemblerStateGL20::currentVertexBuffers[kMaxVertexInputSlots] |
Definition at line 27 of file ContextGL20.h.
uint32_t Cogs::InputAssemblerStateGL20::indexBufferStride = 4 |
Definition at line 29 of file ContextGL20.h.