aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/vk_layer.c
blob: a87e324d4bfc1b3a2322306a63f8d3bc4bf6eefe (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_layer.h"

int square(int i)
{
    return i * i;
}