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

Public Attributes

size_t numVertexBuffers = 0
 
const VertexFormatformats [kMaxVertexInputSlots] = {}
 
uint32_t strides [kMaxVertexInputSlots] = {}
 
uint32_t offsets [kMaxVertexInputSlots] = {}
 

Detailed Description

Definition at line 14 of file ContextCommon.h.

Member Data Documentation

◆ formats

const VertexFormat* Cogs::InputAssemblerStateCommon::formats[kMaxVertexInputSlots] = {}

Definition at line 17 of file ContextCommon.h.

◆ numVertexBuffers

size_t Cogs::InputAssemblerStateCommon::numVertexBuffers = 0

Definition at line 16 of file ContextCommon.h.

◆ offsets

uint32_t Cogs::InputAssemblerStateCommon::offsets[kMaxVertexInputSlots] = {}

Definition at line 19 of file ContextCommon.h.

◆ strides

uint32_t Cogs::InputAssemblerStateCommon::strides[kMaxVertexInputSlots] = {}

Definition at line 18 of file ContextCommon.h.


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