print region names, requirements, etc. also decrease default vulkan device memory allocation size to 64Mb decrease max vertices to 512k
Allocate device memory in big 128Mb chunks. Sub-allocate buffers, images and other resources within those chunks. This uses a dumb grow-only bump allocator for now. Will not work for more than a couple maps.
prepare for a better device memory allocator