Cogs.Core
|
Public Attributes | |
ID3D11Buffer * | currentVertexBuffers [kMaxVertexInputSlots] = {} |
BufferD3D11 * | currentIndexBuffer = nullptr |
![]() | |
size_t | numVertexBuffers = 0 |
const VertexFormat * | formats [kMaxVertexInputSlots] = {} |
uint32_t | strides [kMaxVertexInputSlots] = {} |
uint32_t | offsets [kMaxVertexInputSlots] = {} |
Definition at line 19 of file ContextD3D11.h.
BufferD3D11* Cogs::InputAssemblerStateD3D11::currentIndexBuffer = nullptr |
Definition at line 22 of file ContextD3D11.h.
ID3D11Buffer* Cogs::InputAssemblerStateD3D11::currentVertexBuffers[kMaxVertexInputSlots] = {} |
Definition at line 21 of file ContextD3D11.h.