|
Cogs.Core
|
Public Attributes | |
| size_t | numVertexBuffers = 0 |
| const VertexFormat * | formats [kMaxVertexInputSlots] = {} |
| uint32_t | strides [kMaxVertexInputSlots] = {} |
| uint32_t | offsets [kMaxVertexInputSlots] = {} |
Definition at line 14 of file ContextCommon.h.
| const VertexFormat* Cogs::InputAssemblerStateCommon::formats[kMaxVertexInputSlots] = {} |
Definition at line 17 of file ContextCommon.h.
| size_t Cogs::InputAssemblerStateCommon::numVertexBuffers = 0 |
Definition at line 16 of file ContextCommon.h.
| uint32_t Cogs::InputAssemblerStateCommon::offsets[kMaxVertexInputSlots] = {} |
Definition at line 19 of file ContextCommon.h.
| uint32_t Cogs::InputAssemblerStateCommon::strides[kMaxVertexInputSlots] = {} |
Definition at line 18 of file ContextCommon.h.