Vulkan-Hpp/vulkan
spfuetzner f8baa7a696 UniqueHandle- Fixed compile error in 32-bit
Because in 32-bit Vulkan-handles are integers, the assignment from
nullptr is not valid and doesn't compile. VK_NULL_HANDLE on the other
hand abstracts the differences between 32- and 64-bit environments.
2017-02-13 17:40:16 +01:00
..
vulkan.hpp UniqueHandle- Fixed compile error in 32-bit 2017-02-13 17:40:16 +01:00