Mercurial > games > semicongine
annotate fuhtark_test/Vulkan-Headers-1.4.334/tests/vk_hpp.cpp @ 1501:f40d9d814c08 default tip
did: correct vulkan-api generator
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 23:34:29 +0700 |
| parents | |
| children |
| rev | line source |
|---|---|
| 1501 | 1 /* |
| 2 * Copyright 2025 The Khronos Group Inc. | |
| 3 * Copyright 2025 Valve Corporation | |
| 4 * Copyright 2025 LunarG, Inc. | |
| 5 * | |
| 6 * SPDX-License-Identifier: Apache-2.0 | |
| 7 */ | |
| 8 #include <vulkan/vulkan.hpp> | |
| 9 | |
| 10 int test_version() | |
| 11 { | |
| 12 return static_cast<int>(vk::makeApiVersion(1, 0, 0, 0)); | |
| 13 } |
