YaaZ / VulkanMemoryAllocator-Hpp

C++ bindings for VulkanMemoryAllocator
Creative Commons Zero v1.0 Universal
55 stars 29 forks source link

Allow optional usage of vulkan module #29

Closed Stef-2 closed 1 year ago

Stef-2 commented 1 year ago

Given that vulkan-hpp now offers a module unit instead of a set of traditional header files, it would be very useful if either vma-hpp could do the same, or perhaps provide a DEFINE that would utilize the vulkan module over its very lengthy headers, as this can drastically reduce compile times.

Arthapz commented 1 year ago

or better, provide a vma C++ module

YaaZ commented 1 year ago

Please take a look and let me know how does it work for you.