Mercurial > games > semicongine
diff fuhtark_test/Vulkan-Headers-1.4.334/tests/vk_hpp_module.cpp @ 1501:f40d9d814c08 default tip main
did: correct vulkan-api generator
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 23:34:29 +0700 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fuhtark_test/Vulkan-Headers-1.4.334/tests/vk_hpp_module.cpp Wed Nov 26 23:34:29 2025 +0700 @@ -0,0 +1,13 @@ +/* + * Copyright 2025 The Khronos Group Inc. + * Copyright 2025 Valve Corporation + * Copyright 2025 LunarG, Inc. + * + * SPDX-License-Identifier: Apache-2.0 + */ +import vulkan_hpp; + +int test_version() +{ + return static_cast<int>(vk::makeApiVersion(1, 0, 0, 0)); +} \ No newline at end of file
