realitix / pyvma

Python Wrapper for VulkanMemoryAllocator
Apache License 2.0
4 stars 4 forks source link

Add darwin support and update to latest version #10

Open greenboxal opened 9 months ago

greenboxal commented 9 months ago

I'm not sure if this is the way™.

I had to copy the new multi-file Vulkan headers from the latest SDK.

I also had to use a slighlty different command to generate the new cdefs, as Darwin's cpp wasn't cutting it:

clang++ -E -P -Iinclude vk_mem_alloc.h > cdef/vk_mem_alloc.cdef.h

realitix commented 8 months ago

Hello @greenboxal. Thanks for that. Did you test it stills working on Linux ?