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

Public Attributes

BufferGL20currentVertexBuffers [kMaxVertexInputSlots]
 
BufferGL20currentIndexBuffer
 
uint32_t indexBufferStride = 4
 
- 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 25 of file ContextGL20.h.

Member Data Documentation

◆ currentIndexBuffer

BufferGL20* Cogs::InputAssemblerStateGL20::currentIndexBuffer

Definition at line 28 of file ContextGL20.h.

◆ currentVertexBuffers

BufferGL20* Cogs::InputAssemblerStateGL20::currentVertexBuffers[kMaxVertexInputSlots]

Definition at line 27 of file ContextGL20.h.

◆ indexBufferStride

uint32_t Cogs::InputAssemblerStateGL20::indexBufferStride = 4

Definition at line 29 of file ContextGL20.h.


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