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

Public Attributes

BufferGLES30currentVertexBuffers [kMaxVertexInputSlots]
 
BufferGLES30currentIndexBuffer = nullptr
 
size_t requiredVertexBuffers = 0
 
size_t indexBufferStride
 
- 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 23 of file ContextGLES30.h.

Member Data Documentation

◆ currentIndexBuffer

BufferGLES30* Cogs::InputAssemblerStateGLES30::currentIndexBuffer = nullptr

Definition at line 26 of file ContextGLES30.h.

◆ currentVertexBuffers

BufferGLES30* Cogs::InputAssemblerStateGLES30::currentVertexBuffers[kMaxVertexInputSlots]

Definition at line 25 of file ContextGLES30.h.

◆ indexBufferStride

size_t Cogs::InputAssemblerStateGLES30::indexBufferStride

Definition at line 28 of file ContextGLES30.h.

◆ requiredVertexBuffers

size_t Cogs::InputAssemblerStateGLES30::requiredVertexBuffers = 0

Definition at line 27 of file ContextGLES30.h.


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