voxelman.model.vertex

Members

Aliases

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

Static variables

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

Structs

VertexPosColor
struct VertexPosColor(PosType, ColType)
Undocumented in source.

Templates

glTypeOf
template glTypeOf(T)
Undocumented in source.
normalizeColorType
template normalizeColorType(T)
Undocumented in source.

Meta

Authors

Andrey Penechko.