aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/vk_icd.c
blob: de29d360576a80f31189be01812ee6ad0649fe78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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;
}