des v1.4.1 (2015-02-21T13:02:39Z)
Dub
Repo
GLSimpleObject.APInfo
des
gl
simple
object
GLSimpleObject
Undocumented in source.
class
GLSimpleObject
protected static
struct
APInfo {
string
name
;
string
attrib
;
uint
per_element
;
GLType
type
;
size_t
stride
;
size_t
offset
;
bool
required
;
this
(string n, uint pe, GLType t, bool req);
this
(string n, string a, uint pe, GLType t, size_t st, size_t of, bool req);
}
Constructors
this
this
(string n, uint pe, GLType t, bool req)
Undocumented in source.
this
this
(string n, string a, uint pe, GLType t, size_t st, size_t of, bool req)
Undocumented in source.
Members
Variables
attrib
string
attrib
;
Undocumented in source.
name
string
name
;
Undocumented in source.
offset
size_t
offset
;
Undocumented in source.
per_element
uint
per_element
;
Undocumented in source.
required
bool
required
;
Undocumented in source.
stride
size_t
stride
;
Undocumented in source.
type
GLType
type
;
Undocumented in source.
Meta
Source
See Implementation
des
gl
simple
object
GLSimpleObject
constructors
this
functions
createArrayBuffer
createArrayBuffersFromAttributeInfo
createIndexBuffer
drawArrays
drawElements
preDraw
setDrawCount
setIndexCount
structs
APInfo
variables
shader
visible
warn_if_empty