des ~master (2021-12-19T09:15:35.5306905)
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, size_t stride, size_t offset, bool norm);
size_t
dataSize
();
}
Constructors
this
this
(string name, int location, uint elements, GLType type, size_t stride, size_t offset, bool norm)
Members
Functions
dataSize
size_t
dataSize
()
Undocumented in source. Be warned that the author may not have intended to support it.
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