Berserk
|
Describes a single vertex element in a vertex declaration. More...
#include <RHIVertexDeclaration.hpp>
Public Attributes | |
uint32 | offset |
uint32 | stride |
uint8 | buffer |
RHIVertexElementType | type |
RHIVertexFrequency | frequency |
Describes a single vertex element in a vertex declaration.
uint8 RHIVertexElement::buffer |
RHIVertexFrequency RHIVertexElement::frequency |
uint32 RHIVertexElement::offset |
uint32 RHIVertexElement::stride |
RHIVertexElementType RHIVertexElement::type |