tec::vertex

Classes

Name
struct tec::vertex::AttribData
struct tec::vertex::ColorVertex
struct tec::vertex::FormatDefine
struct tec::vertex::FormatDefinition
Holds relevent data to process and bind vertex data via glVertexAttrib*Pointer calls The convert() function loads data from a Mesh into the described format.
struct tec::vertex::FormatInfo
struct tec::vertex::FullVertex
struct tec::vertex::LiteFullVertex
struct tec::vertex::PackWeightVertex
struct tec::vertex::Vertex
struct tec::vertex::WeightData
struct tec::vertex::WeightVertex

Types

Name
enum FormatCode { VF_BASE, VF_LITEFULL, VF_WEIGHT, VF_COLOR, VF_PWC, VF_FULL}

Attributes

Name
const FormatDefinition *[] from_vftype

Types Documentation

enum FormatCode

Enumerator Value Description
VF_BASE
VF_LITEFULL
VF_WEIGHT
VF_COLOR
VF_PWC
VF_FULL

Attributes Documentation

variable from_vftype

const FormatDefinition *[] from_vftype {
        &FormatInfo<Vertex>::define_format, 
        &FormatInfo<LiteFullVertex>::define_format, 
        nullptr, 
        &FormatInfo<ColorVertex>::define_format, 
        nullptr, 
        &FormatInfo<FullVertex>::define_format, 
};

Updated on 2022-07-24 at 19:27:35 +0000