PeachyPeach 0f351e11fb
Gfx/Vtx improvements (#756)
- Renamed the `new` and `realloc` functions to `create` and `resize`
- Added `delete_all`
- Made Mod Data a class:
  - Allocation is now limited to prevent out-of-memory crashes: 1024 display lists of max size 2048 and 1024 vertex buffers of max size 4096 per mod
  - Added error codes to identify the cause of a failure (name not found, pointer not found, max size exceeded, item pool is full, ...)
2025-04-24 14:03:17 +10:00
..
2025-04-24 14:03:17 +10:00
2024-07-13 14:46:41 -04:00
2024-07-13 14:46:41 -04:00
2022-02-26 00:03:21 -08:00
2024-07-13 14:46:41 -04:00