moggle ~master (2015-11-22T21:36:14Z)
Dub
Repo
GL_type.GL_type
moggle
core
gl
GL_type
Undocumented in source.
alias
GL_type
=
GL_FLOAT
alias
GL_type
=
GL_DOUBLE
alias
GL_type
=
GL_UNSIGNED_BYTE
alias
GL_type
=
GL_BYTE
template
GL_type
(T)
static if
(!(
is(T == GLfloat)
))
static if
(!(
is(T == GLdouble)
))
static if
(!(
is(T == GLubyte)
))
static if
(
is(T == GLbyte)
)
alias
GL_type
=
GL_BYTE
alias
GL_type
=
GL_UNSIGNED_SHORT
alias
GL_type
=
GL_SHORT
alias
GL_type
=
GL_UNSIGNED_INT
alias
GL_type
=
GL_INT
Meta
Source
See Implementation
moggle
core
gl
GL_type
aliases
GL_type