Add Buffer:isBufferType and Buffer:isCPUReadable.

This commit is contained in:
Alex Szpakowski
2020-07-26 16:43:40 -03:00
parent 36b0394afc
commit 2d7267a428
4 changed files with 38 additions and 4 deletions
+1
View File
@@ -377,6 +377,7 @@ void fillIndices(TriangleIndexMode mode, uint16 vertexStart, uint16 vertexCount,
void fillIndices(TriangleIndexMode mode, uint32 vertexStart, uint32 vertexCount, uint32 *indices);
STRINGMAP_DECLARE(BuiltinVertexAttribute);
STRINGMAP_DECLARE(BufferType);
STRINGMAP_DECLARE(IndexDataType);
STRINGMAP_DECLARE(BufferUsage);
STRINGMAP_DECLARE(PrimitiveType);