|
Cogs.Core
|
Public Attributes | |
| BufferD3D12 * | currentVertexBuffers [32] = { 0 } |
| BufferD3D12 * | currentIndexBuffer |
Public Attributes inherited from Cogs::InputAssemblerStateCommon | |
| size_t | numVertexBuffers = 0 |
| const VertexFormat * | formats [kMaxVertexInputSlots] = {} |
| uint32_t | strides [kMaxVertexInputSlots] = {} |
| uint32_t | offsets [kMaxVertexInputSlots] = {} |
Definition at line 13 of file ContextStateD3D12.h.
| BufferD3D12* Cogs::Direct3D12::InputAssemblerState::currentIndexBuffer |
Definition at line 16 of file ContextStateD3D12.h.
| BufferD3D12* Cogs::Direct3D12::InputAssemblerState::currentVertexBuffers[32] = { 0 } |
Definition at line 15 of file ContextStateD3D12.h.