FIX: Apis collision in D3D11 and Fxc.

This commit is contained in:
Amer Koleci
2022-12-23 12:07:12 +01:00
parent a768f59eea
commit df466049b0
2 changed files with 2 additions and 5 deletions

View File

@@ -1,13 +1,10 @@
// Copyright © Amer Koleci and Contributors.
// Licensed under the MIT License (MIT). See LICENSE in the repository root for more information.
using Win32.Graphics.Direct3D11;
namespace Win32.Graphics.Direct3D.Fxc;
namespace Win32.Graphics.Direct3D11;
public static unsafe partial class Apis
{
[DllImport("D3DCOMPILER_47.dll", ExactSpelling = true)]
public static extern HResult D3DCreateLinker(ID3D11Linker** ppLinker);