From 2ac81691baf291e7f4aad07596d7073974dbc4dd Mon Sep 17 00:00:00 2001 From: Jan Kuhlmann <33833587+M2-TE@users.noreply.github.com> Date: Fri, 21 Mar 2025 11:01:08 +0100 Subject: [PATCH] adjusted fnc name --- tests/vk_hpp_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vk_hpp_module.cpp b/tests/vk_hpp_module.cpp index 28f83e2..3318196 100644 --- a/tests/vk_hpp_module.cpp +++ b/tests/vk_hpp_module.cpp @@ -7,7 +7,7 @@ */ import vulkan_hpp; -int test_instance() +int test_version() { return static_cast(vk::makeApiVersion(1, 0, 0, 0)); } \ No newline at end of file