liberty.graphics.opengl.traits

Members

Aliases

VideoVectorTypes
alias VideoVectorTypes = TypeTuple!(byte, ubyte, short, ushort, int, uint, float, double)

Functions

isVideoIntegerType
bool isVideoIntegerType(uint t)
toGLTypeAndSize
void toGLTypeAndSize(uint type, int n)

Templates

isSupportedScalarType
template isSupportedScalarType(T)
typeToGLScalar
template typeToGLScalar(T)

Variables

GLVectorTypes
enum uint[] GLVectorTypes;

Meta

Source

See Source File
_traits.d Documentation: Coverage:

Authors

$(Gabriel Gheorghe)