Batch

Undocumented in source.

Constructors

this
this(int size, Material material)
Undocumented in source.

Members

Functions

Add
void Add(engine.Entity entity, Batchable batch)
Undocumented in source. Be warned that the author may not have intended to support it.
Draw
void Draw()
Undocumented in source. Be warned that the author may not have intended to support it.
Rebuild
void Rebuild()
Undocumented in source. Be warned that the author may not have intended to support it.
Remove
void Remove(engine.Entity entity, Batchable batch)
Undocumented in source. Be warned that the author may not have intended to support it.
Resize
void Resize(BatchData* batch)
Undocumented in source. Be warned that the author may not have intended to support it.
Update
void Update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Batches
BatchData*[] Batches;
Undocumented in source.
CheckBatches
BatchData*[] CheckBatches;
Undocumented in source.
DeleteBatches
BatchData[] DeleteBatches;
Undocumented in source.
color
Buffer color;
Undocumented in source.
deletedIndecies
int deletedIndecies;
Undocumented in source.
index
Buffer index;
Undocumented in source.
indexIndex
int indexIndex;
Undocumented in source.
isize
int isize;
Undocumented in source.
material
Material material;
Undocumented in source.
matrix
Buffer matrix;
Undocumented in source.
resize
bool resize;
Undocumented in source.
totalIndecies
int totalIndecies;
Undocumented in source.
uv
Buffer uv;
Undocumented in source.
vertex
Buffer vertex;
Undocumented in source.
vertexIndex
int vertexIndex;
Undocumented in source.
vsize
int vsize;
Undocumented in source.

Meta