We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b939092 commit 41af963Copy full SHA for 41af963
tests/vk_hpp.cpp
@@ -7,7 +7,7 @@
7
*/
8
#include <vulkan/vulkan.hpp>
9
10
-int header_version()
+int test_version()
11
{
12
- return VK_HEADER_VERSION;
+ return static_cast<int>(vk::makeApiVersion(1, 0, 0, 0));
13
}
0 commit comments