mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-04 12:45:00 +00:00
14 lines
230 B
C
14 lines
230 B
C
/*
|
|
* Copyright 2022-2023 The Khronos Group Inc.
|
|
* Copyright 2022-2023 Valve Corporation
|
|
* Copyright 2022-2023 LunarG, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "vulkan/vk_icd.h"
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|