diff options
Diffstat (limited to 'thirdparty/directx_headers/include/directx/d3dx12_default.h')
-rw-r--r-- | thirdparty/directx_headers/include/directx/d3dx12_default.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/thirdparty/directx_headers/include/directx/d3dx12_default.h b/thirdparty/directx_headers/include/directx/d3dx12_default.h new file mode 100644 index 0000000000..2b74d70f77 --- /dev/null +++ b/thirdparty/directx_headers/include/directx/d3dx12_default.h @@ -0,0 +1,12 @@ +//********************************************************* +// +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License (MIT). +// +//********************************************************* + +#pragma once + +struct CD3DX12_DEFAULT {}; +extern const DECLSPEC_SELECTANY CD3DX12_DEFAULT D3D12_DEFAULT; + |