des v1.3.2 (2015-01-25T18:36:39Z)
Dub
Repo
GLObject
des
gl
base
object
class
GLObject : DesObject {
mixin
DES
;
mixin
ClassLogger
;
protected
GLVAO
vao
;
void
setAttribPointer
(GLBuffer buffer, int index, uint per_element, GLType attype, size_t stride, size_t offset, bool norm);
void
setAttribPointer
(GLBuffer buffer, int index, uint per_element, GLType attype, bool norm);
this
();
}
Constructors
this
this
()
Members
Functions
setAttribPointer
void
setAttribPointer
(GLBuffer buffer, int index, uint per_element, GLType attype, bool norm)
glVertexAttribPointer
setAttribPointer
void
setAttribPointer
(GLBuffer buffer, int index, uint per_element, GLType attype, size_t stride, size_t offset, bool norm)
glVertexAttribPointer
Mixins
__anonymous
mixin
DES
Undocumented in source.
__anonymous
mixin
ClassLogger
Undocumented in source.
Variables
vao
GLVAO
vao
;
Meta
Source
See Implementation
des
gl
base
object
classes
GLBuffer
GLObjException
GLObject
GLVAO