liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
typeToGLScalar
liberty
graphics
opengl
traits
version(__OpenGL__)
template
typeToGLScalar (
T
) {
alias
U
=
Unqual
!
T
;
version(__OpenGL__)
enum
index
;
version(__OpenGL__)
static if
(!(
index == -1
))
enum
typeToGLScalar
;
}
Members
Aliases
U
alias
U
=
Unqual
!
T
Undocumented in source.
Manifest constants
index
enum
index
;
Undocumented in source.
typeToGLScalar
enum
typeToGLScalar
;
Undocumented in source.
Meta
Source
See Implementation
liberty
graphics
opengl
traits
aliases
VideoVectorTypes
functions
isVideoIntegerType
toGLTypeAndSize
templates
isSupportedScalarType
typeToGLScalar
variables
GLVectorTypes