three-d ~master (2015-01-13T18:29:31Z)
Dub
Repo
toGlType
three
gl
util
template
toGlType (
T
) {
static if
(
is(T == byte)
)
enum
toGlType
;
static if
(!(
is(T == byte)
))
static if
(
is(T == ubyte)
)
enum
toGlType
;
static if
(!(
is(T == byte)
))
static if
(!(
is(T == ubyte)
))
static if
(
is(T == short)
)
enum
toGlType
;
static if
(!(
is(T == byte)
))
static if
(!(
is(T == ubyte)
))
static if
(!(
is(T == short)
))
static if
(
is(T == ushort)
)
enum
toGlType
;
static if
(!(
is(T == byte)
))
static if
(!(
is(T == ubyte)
))
static if
(!(
is(T == short)
))
static if
(!(
is(T == ushort)
))
static if
(
is(T == int)
)
enum
toGlType
;
static if
(!(
is(T == byte)
))
static if
(!(
is(T == ubyte)
))
static if
(!(
is(T == short)
))
static if
(!(
is(T == ushort)
))
static if
(!(
is(T == int)
))
static if
(
is(T == uint)
)
enum
toGlType
;
static if
(!(
is(T == byte)
))
static if
(!(
is(T == ubyte)
))
static if
(!(
is(T == short)
))
static if
(!(
is(T == ushort)
))
static if
(!(
is(T == int)
))
static if
(!(
is(T == uint)
))
static if
(
is(T == float)
)
enum
toGlType
;
static if
(!(
is(T == byte)
))
static if
(!(
is(T == ubyte)
))
static if
(!(
is(T == short)
))
static if
(!(
is(T == ushort)
))
static if
(!(
is(T == int)
))
static if
(!(
is(T == uint)
))
static if
(!(
is(T == float)
))
static if
(
is(T == double)
)
enum
toGlType
;
}
Members
Manifest constants
toGlType
enum
toGlType
;
Undocumented in source.
toGlType
enum
toGlType
;
Undocumented in source.
toGlType
enum
toGlType
;
Undocumented in source.
toGlType
enum
toGlType
;
Undocumented in source.
toGlType
enum
toGlType
;
Undocumented in source.
toGlType
enum
toGlType
;
Undocumented in source.
toGlType
enum
toGlType
;
Undocumented in source.
toGlType
enum
toGlType
;
Undocumented in source.
Meta
Source
See Implementation
three
gl
util
functions
glCheck
glErrorString
templates
sizeofGlType
toGlType