v0.10.1
Pre-release
Pre-release
- Adds Async<void> for parallel tasks that don't need to return anything
- Adds StackAllocator and StackBasedPoolAllocator -> StackBasedPoolAllocator is designed to be used with C++ standard containers
- Refactors renderer frontend/backend to allocate short-lived per-frame objects from a 128 mb (size in bytes configurable by the application) stack of scratch memory that is cleared at the end of each frame
- Splits build into Standard Build and Development Build options each with their own instructions in the README - Standard Build is for quickly compiling everything in order to run the examples whereas Development Build is for anyone who wants to modify the source code