You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,. this line is not compiling, when define switch is not specified.
In one scenario VmaWin32Handle is a class with explicite handle construcor, but in other it has no public constructor at all.
Solution : remove VMA_NULL and leave only m_Handle() or remove line completly as it will fallback to default constructor in both cases.
Thanks :)
The text was updated successfully, but these errors were encountered:
VulkanMemoryAllocator/include/vk_mem_alloc.h
Line 10597 in de8e657
Hey,. this line is not compiling, when define switch is not specified.
In one scenario
VmaWin32Handle
is a class with explicite handle construcor, but in other it has no public constructor at all.Solution : remove
VMA_NULL
and leave onlym_Handle()
or remove line completly as it will fallback to default constructor in both cases.Thanks :)
The text was updated successfully, but these errors were encountered: