comparison fuhtark_test/Vulkan-Headers-1.4.334/tests/vk_icd.c @ 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
comparison
equal deleted inserted replaced
1500:91c8c3b7cbf0 1501:f40d9d814c08
1 /*
2 * Copyright 2022-2023 The Khronos Group Inc.
3 * Copyright 2022-2023 Valve Corporation
4 * Copyright 2022-2023 LunarG, Inc.
5 *
6 * SPDX-License-Identifier: Apache-2.0
7 */
8
9 #include "vulkan/vk_icd.h"
10
11 int square(int i)
12 {
13 return i * i;
14 }