mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 08:06:02 +08:00
FIX: Apis collision in D3D11 and Fxc.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
||||
<RestoreConfigFile>$(MSBuildThisFileDirectory)NuGet.config</RestoreConfigFile>
|
||||
|
||||
<VersionPrefix>1.9.3</VersionPrefix>
|
||||
<VersionPrefix>1.9.4</VersionPrefix>
|
||||
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
|
||||
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
@@ -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