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

Public Attributes

BufferD3D12currentVertexBuffers [32] = { 0 }
 
BufferD3D12currentIndexBuffer
 
- 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 13 of file ContextStateD3D12.h.

Member Data Documentation

◆ currentIndexBuffer

BufferD3D12* Cogs::Direct3D12::InputAssemblerState::currentIndexBuffer

Definition at line 16 of file ContextStateD3D12.h.

◆ currentVertexBuffers

BufferD3D12* Cogs::Direct3D12::InputAssemblerState::currentVertexBuffers[32] = { 0 }

Definition at line 15 of file ContextStateD3D12.h.


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