Cogs.Core
Public Attributes | List of all members
Cogs::Vulkan::InputAssemblerState Struct Reference
Inheritance diagram for Cogs::Vulkan::InputAssemblerState:
Cogs::InputAssemblerStateCommon

Public Attributes

BufferVKcurrentVertexBuffers [32] = { 0 }
 
BufferVKcurrentIndexBuffer = nullptr
 
- Public Attributes inherited from Cogs::InputAssemblerStateCommon
size_t numVertexBuffers = 0
 
const VertexFormatformats [kMaxVertexInputSlots] = {}
 
uint32_t strides [kMaxVertexInputSlots] = {}
 
uint32_t offsets [kMaxVertexInputSlots] = {}
 

Detailed Description

Definition at line 11 of file ContextStateVK.h.

Member Data Documentation

◆ currentIndexBuffer

BufferVK* Cogs::Vulkan::InputAssemblerState::currentIndexBuffer = nullptr

Definition at line 14 of file ContextStateVK.h.

◆ currentVertexBuffers

BufferVK* Cogs::Vulkan::InputAssemblerState::currentVertexBuffers[32] = { 0 }

Definition at line 13 of file ContextStateVK.h.


The documentation for this struct was generated from the following file: