Cogs.Core
|
Public Attributes | |
BufferGLES30 * | currentVertexBuffers [kMaxVertexInputSlots] |
BufferGLES30 * | currentIndexBuffer = nullptr |
size_t | requiredVertexBuffers = 0 |
size_t | indexBufferStride |
![]() | |
size_t | numVertexBuffers = 0 |
const VertexFormat * | formats [kMaxVertexInputSlots] = {} |
uint32_t | strides [kMaxVertexInputSlots] = {} |
uint32_t | offsets [kMaxVertexInputSlots] = {} |
Definition at line 23 of file ContextGLES30.h.
BufferGLES30* Cogs::InputAssemblerStateGLES30::currentIndexBuffer = nullptr |
Definition at line 26 of file ContextGLES30.h.
BufferGLES30* Cogs::InputAssemblerStateGLES30::currentVertexBuffers[kMaxVertexInputSlots] |
Definition at line 25 of file ContextGLES30.h.
size_t Cogs::InputAssemblerStateGLES30::indexBufferStride |
Definition at line 28 of file ContextGLES30.h.
size_t Cogs::InputAssemblerStateGLES30::requiredVertexBuffers = 0 |
Definition at line 27 of file ContextGLES30.h.