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

Public Attributes

ID3D11Buffer * currentVertexBuffers [kMaxVertexInputSlots] = {}
 
BufferD3D11currentIndexBuffer = 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 19 of file ContextD3D11.h.

Member Data Documentation

◆ currentIndexBuffer

BufferD3D11* Cogs::InputAssemblerStateD3D11::currentIndexBuffer = nullptr

Definition at line 22 of file ContextD3D11.h.

◆ currentVertexBuffers

ID3D11Buffer* Cogs::InputAssemblerStateD3D11::currentVertexBuffers[kMaxVertexInputSlots] = {}

Definition at line 21 of file ContextD3D11.h.


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