Introduce operator==() and operator!=() to compare vk-handles with nullptr. (#1600)
authorAndreas Süßenbach <asuessenbach@nvidia.com>
Thu, 22 Jun 2023 07:07:26 +0000 (09:07 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 07:07:26 +0000 (09:07 +0200)
commit13808e58750201a858865b8aaf59d671369f7af6
tree406b1c922d849062177ef8d7826dea9fe6c9f282
parent98d2b532588e7534cbbd6f972f3dc114e6461f6e
Introduce operator==() and operator!=() to compare vk-handles with nullptr. (#1600)
VulkanHppGenerator.cpp
tests/CMakeLists.txt
tests/Handles/CMakeLists.txt [new file with mode: 0644]
tests/Handles/Handles.cpp [new file with mode: 0644]
vulkan/vulkan_handles.hpp