tida v0.1.1-b3 (2021-09-24T06:50:00Z)
Home
Dub
Repo
glType
tida
vertgen
Undocumented in source.
template
glType (
T
) {
import
tida
.
gl
;
;
static if
(
is(T : float)
)
enum
glType
;
static if
(!(
is(T : float)
))
static if
(
is(T : double)
)
enum
glType
;
static if
(!(
is(T : float)
))
static if
(!(
is(T : double)
))
static if
(
is(T : byte)
)
enum
glType
;
static if
(!(
is(T : float)
))
static if
(!(
is(T : double)
))
static if
(!(
is(T : byte)
))
static if
(
is(T : ubyte)
)
enum
glType
;
static if
(!(
is(T : float)
))
static if
(!(
is(T : double)
))
static if
(!(
is(T : byte)
))
static if
(!(
is(T : ubyte)
))
static if
(
is(T : int)
)
enum
glType
;
static if
(!(
is(T : float)
))
static if
(!(
is(T : double)
))
static if
(!(
is(T : byte)
))
static if
(!(
is(T : ubyte)
))
static if
(!(
is(T : int)
))
static if
(
is(T : uint)
)
enum
glType
;
}
Members
Manifest constants
glType
enum
glType
;
Undocumented in source.
glType
enum
glType
;
Undocumented in source.
glType
enum
glType
;
Undocumented in source.
glType
enum
glType
;
Undocumented in source.
glType
enum
glType
;
Undocumented in source.
glType
enum
glType
;
Undocumented in source.
Meta
Source
See Implementation
tida
vertgen
classes
VertexInfo
functions
generateBuffer
generateVertex
generateVertexColor
templates
glType