Last change
on this file since 107935 was 105107, checked in by vboxsync, 9 months ago |
libs/dxvk-2.3.1: Make it build, bugref:10716
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
241 bytes
|
Line | |
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.