blob: 8b6d11655359259558be2ff44b7f88369c1af20c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// This file's sole purpose is to initialize the GUIDs declared using the DEFINE_GUID macro.
#define INITGUID
#ifndef _WIN32
#include <wsl/winadapter.h>
#endif
#include <directx/dxcore.h>
#include <directx/d3d12.h>
|