adjusted fnc name

This commit is contained in:
Jan Kuhlmann 2025-03-21 11:01:08 +01:00 committed by Charles Giessen
parent a523083f72
commit 2ac81691ba

View file

@ -7,7 +7,7 @@
*/
import vulkan_hpp;
int test_instance()
int test_version()
{
return static_cast<int>(vk::makeApiVersion(1, 0, 0, 0));
}