batch-engine ~master (2015-02-28T16:00:04Z)
Home
Dub
Repo
Batchable
Engine
Batch
Undocumented in source.
interface
Batchable {
Material
material
[@property getter];
int
vertecies
[@property getter];
int
indecies
[@property getter];
void
OnBatchSetup
(BatchData* data);
void
UpdateBatch
(vec3[] vertex, vec2[] uv, vec4[] color, uint[] index, uint indexPosition);
}
Members
Functions
OnBatchSetup
void
OnBatchSetup
(BatchData* data)
Undocumented in source.
UpdateBatch
void
UpdateBatch
(vec3[] vertex, vec2[] uv, vec4[] color, uint[] index, uint indexPosition)
Undocumented in source.
Properties
indecies
int
indecies
[@property getter]
Undocumented in source.
material
Material
material
[@property getter]
Undocumented in source.
vertecies
int
vertecies
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
Engine
Batch
classes
Batch
interfaces
Batchable
structs
BatchData