des.gl.base.type

Undocumented in source.

Public Imports

des.math.linear.vector
public import des.math.linear.vector;
des.util.arch
public import des.util.arch;
des.util.logsys
public import des.util.logsys;

Members

Classes

DesGLException
class DesGLException

Enums

GLError
enum GLError
GLType
enum GLType

Functions

checkGL
void checkGL()

glGetError, if has error throw exception

ntCheckGL
void ntCheckGL()

glGetError, no throw exception, output to logger error

sizeofGLType
size_t sizeofGLType(GLType type)
toGLType
GLType toGLType()

Templates

checkGLCall
template checkGLCall(alias fnc, string file = __FILE__, size_t line = __LINE__, Args...)

call checkGL after function call

ntCheckGLCall
template ntCheckGLCall(alias fnc, string file = __FILE__, size_t line = __LINE__, Args...)

call ntCheckGL after function call

Meta