provaengine v0.2.0-alpha (2018-03-19T00:32:13Z)
Dub
Repo
Mesh
prova
graphics
primitives
mesh
class
Mesh {
uint
VAO
;
package
int
indexCount
;
this
();
void
setVBO
(float[] vertices, int dimensions);
void
setIBO
(uint[] indexes);
~this
();
}
Constructors
this
this
()
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
setIBO
void
setIBO
(uint[] indexes)
setVBO
void
setVBO
(float[] vertices, int dimensions)
Variables
VAO
uint
VAO
;
indexCount
int
indexCount
;
Undocumented in source.
Meta
Source
See Implementation
prova
graphics
primitives
mesh
classes
Mesh