Cogs.Core
|
Public Attributes | |
BufferVK * | currentVertexBuffers [32] = { 0 } |
BufferVK * | currentIndexBuffer = nullptr |
![]() | |
size_t | numVertexBuffers = 0 |
const VertexFormat * | formats [kMaxVertexInputSlots] = {} |
uint32_t | strides [kMaxVertexInputSlots] = {} |
uint32_t | offsets [kMaxVertexInputSlots] = {} |
Definition at line 11 of file ContextStateVK.h.
BufferVK* Cogs::Vulkan::InputAssemblerState::currentIndexBuffer = nullptr |
Definition at line 14 of file ContextStateVK.h.
BufferVK* Cogs::Vulkan::InputAssemblerState::currentVertexBuffers[32] = { 0 } |
Definition at line 13 of file ContextStateVK.h.