provaengine ~master (2022-05-08T15:19:44.1677855)
Dub
Repo
Mesh
prova
assets
models
mesh
class
Mesh : Asset {
uint
VAO
;
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
assets
models
mesh
classes
Mesh