Add glDrawElements
This commit is contained in:
committed by
Matthias Mailänder
parent
f6c1453b5b
commit
9b8895df39
@@ -94,6 +94,7 @@ namespace OpenRA
|
||||
void DisableScissor();
|
||||
void Present();
|
||||
void DrawPrimitives(PrimitiveType pt, int firstVertex, int numVertices);
|
||||
void DrawElements(int numIndices, int offset);
|
||||
void Clear();
|
||||
void EnableDepthBuffer();
|
||||
void DisableDepthBuffer();
|
||||
|
||||
Reference in New Issue
Block a user