mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
FIX: Apis collision in D3D11 and Fxc.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user