From 41af963e422e14fe3b7f1d6dde984bbcca2ee400 Mon Sep 17 00:00:00 2001 From: Jan Kuhlmann <33833587+M2-TE@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:14:54 +0200 Subject: [PATCH] use vk-hpp func for version --- tests/vk_hpp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vk_hpp.cpp b/tests/vk_hpp.cpp index 5f2ce9d..8ace8cc 100644 --- a/tests/vk_hpp.cpp +++ b/tests/vk_hpp.cpp @@ -7,7 +7,7 @@ */ #include -int header_version() +int test_version() { - return VK_HEADER_VERSION; + return static_cast(vk::makeApiVersion(1, 0, 0, 0)); } \ No newline at end of file