GPUBatch: Move allocator to backend

This commit is contained in:
2020-08-10 11:41:22 +02:00
parent 9443da6166
commit 47bfb0f7ad
10 changed files with 176 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ typedef struct GPUBatch {
};
} GPUBatch;
GPUBatch *GPU_batch_calloc(uint count);
GPUBatch *GPU_batch_calloc(void);
GPUBatch *GPU_batch_create_ex(GPUPrimType prim,
GPUVertBuf *vert,
GPUIndexBuf *elem,