d3dx12_default.h 313 B

123456789101112
  1. //*********************************************************
  2. //
  3. // Copyright (c) Microsoft Corporation.
  4. // Licensed under the MIT License (MIT).
  5. //
  6. //*********************************************************
  7. #pragma once
  8. struct CD3DX12_DEFAULT {};
  9. extern const DECLSPEC_SELECTANY CD3DX12_DEFAULT D3D12_DEFAULT;