diff options
author | marsunet <marc.sunet@amd.com> | 2021-12-21 17:04:22 -0800 |
---|---|---|
committer | marsunet <marc.sunet@amd.com> | 2021-12-21 17:04:22 -0800 |
commit | fba8184491e0b7ae6fab7ac01b4600d230dc4569 (patch) | |
tree | c13194764867a4ad8f46702356b22dccc1e56dd3 /contrib/DirectX-Headers/src/dxguids.cpp | |
parent | 8b1583b65d77188ef35a89e75f145f29c3e3b5d7 (diff) |
Diffstat (limited to 'contrib/DirectX-Headers/src/dxguids.cpp')
-rw-r--r-- | contrib/DirectX-Headers/src/dxguids.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/DirectX-Headers/src/dxguids.cpp b/contrib/DirectX-Headers/src/dxguids.cpp new file mode 100644 index 0000000..8b6d116 --- /dev/null +++ b/contrib/DirectX-Headers/src/dxguids.cpp | |||
@@ -0,0 +1,12 @@ | |||
1 | // Copyright (c) Microsoft Corporation. | ||
2 | // Licensed under the MIT License. | ||
3 | |||
4 | // This file's sole purpose is to initialize the GUIDs declared using the DEFINE_GUID macro. | ||
5 | #define INITGUID | ||
6 | |||
7 | #ifndef _WIN32 | ||
8 | #include <wsl/winadapter.h> | ||
9 | #endif | ||
10 | |||
11 | #include <directx/dxcore.h> | ||
12 | #include <directx/d3d12.h> \ No newline at end of file | ||