voxelman.model.vertex

Members

Aliases

glTypeIndex
alias glTypeIndex(T) = staticIndexOf!(T, byte, ubyte, short, ushort, int, uint, half, float, double)
Undocumented in source.

Enums

glTypeOf
eponymoustemplate glTypeOf(T)
Undocumented in source.
normalizeAttributeType
eponymoustemplate normalizeAttributeType(T)
Undocumented in source.

Functions

setupAttribute
void setupAttribute()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

glTypes
uint[] glTypes;
Undocumented in source.
normalizeTypeTable
bool[] normalizeTypeTable;
Undocumented in source.

Structs

VertexPosColor
struct VertexPosColor(PosType, uint pos_size, ColType, uint col_size)
Undocumented in source.
VertexPosUvColor
struct VertexPosUvColor(PosType, uint pos_size, UvType, uint uv_size, ColType, uint col_size)
Undocumented in source.

Meta

Authors

Andrey Penechko.