mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Add Buffer:isBufferType and Buffer:isCPUReadable.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user