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

@@ -14,7 +14,7 @@
<EnableTrimAnalyzer>true</EnableTrimAnalyzer> <EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<RestoreConfigFile>$(MSBuildThisFileDirectory)NuGet.config</RestoreConfigFile> <RestoreConfigFile>$(MSBuildThisFileDirectory)NuGet.config</RestoreConfigFile>
<VersionPrefix>1.9.3</VersionPrefix> <VersionPrefix>1.9.4</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix> <VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>

View File

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