Putting it all together and testing it.

This commit is contained in:
2021-05-05 09:24:36 -07:00
parent 0d997bc08b
commit adc064b9e4
14 changed files with 201 additions and 172 deletions

View File

@ -42,7 +42,7 @@ void primitiveBufferIndices(primitive_t *primitive,
* Draw a primitive. Primitives are drawn by their indices.
* @param primitive Primitive to draw.
* @param start Start indice (index) to draw.
* @param count Count of indices to draw.
* @param count Count of indices to draw. Use -1 to draw all.
*/
void primitiveDraw(primitive_t *primitive, int32_t start, int32_t count);