Vulkan-Headers/tests/vk_layer.c
2023-07-14 09:57:20 -06:00

14 lines
234 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_layer.h"
int foobar()
{
return 0;
}