des ~master (2015-04-07T23:17:11Z)
Dub
Repo
GLAttrib
des
gl
vao
struct
GLAttrib {
string
name
;
int
location
;
uint
elements
;
GLType
type
;
size_t
stride
;
size_t
offset
;
bool
norm
;
this
(
string
name
,
int
location
,
uint
elements
,
GLType
type
=
GLType
.
FLOAT
,
size_t
stride
=
0
,
size_t
offset
=
0
,
bool
norm
=
false
)
;
}
Constructors
this
this
(
string
name
,
int
location
,
uint
elements
,
GLType
type
=
GLType
.
FLOAT
,
size_t
stride
=
0
,
size_t
offset
=
0
,
bool
norm
=
false
)
Members
Variables
elements
uint
elements
;
location
int
location
;
by default invalid value < 0
name
string
name
;
norm
bool
norm
;
offset
size_t
offset
;
stride
size_t
stride
;
type
GLType
type
;
Meta
Source
See Implementation
des
gl
vao
classes
GLVAO
structs
GLAttrib