Revert "Cleanup: use cpp new/delete."

This reverts commit 43464c94f4.
This commit is contained in:
2021-06-08 15:08:09 +02:00
parent 23fd576cf8
commit 5b014911a5
6 changed files with 31 additions and 48 deletions

View File

@@ -44,11 +44,6 @@ typedef struct GPUIndexBufBuilder {
uint index_max;
GPUPrimType prim_type;
uint32_t *data;
#ifdef WITH_CXX_GUARDEDALLOC
MEM_CXX_CLASS_ALLOC_FUNCS("GPU:GPUIndexBufBuilder")
#endif
} GPUIndexBufBuilder;
/* supports all primitive types. */