Tramway SDK
|
Atributes for vertex buffer vertices. More...
#include <renderer.h>
Public Types | |
enum | { FLOAT32 , INT32 , UINT32 } |
enum | { FFP_IGNORE , FFP_POSITION , FFP_NORMAL , FFP_COLOR , FFP_TEXTURE , FFP_LIGHTMAP , FFP_BONE_INDEX , FFP_BONE_WEIGHT } |
Public Attributes | |
enum tram::Render::VertexAttribute:: { ... } | type |
enum tram::Render::VertexAttribute:: { ... } | ffp_type |
uint32_t | size |
uint32_t | stride |
uint64_t | offset |
Atributes for vertex buffer vertices.
anonymous enum |
enum { ... } tram::Render::VertexAttribute::ffp_type |
uint64_t tram::Render::VertexAttribute::offset |
uint32_t tram::Render::VertexAttribute::size |
uint32_t tram::Render::VertexAttribute::stride |
enum { ... } tram::Render::VertexAttribute::type |