Vulkan2DRenderer
Vulkan2DRenderer copied to clipboard
Lots of std::vector being used, consider using our own type or use C++17 allocators.
As an addition, std::array is prone to cause a few runtime errors sometimes if we forget to check/change the length when modifying.
Probably easiest and fastest option is to use unsynchronized_pool_resource and monotonic_buffer_resource. Just need to take multithreading into account.