Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Addressed Issue #1084 - GetPickRay using integer coordinates #1139

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SharpDX
Submodule SharpDX added at 250ec8
25 changes: 2 additions & 23 deletions SharpDX.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{CC8DB471-0644-430D-9D4B-808A2475BEC0}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -27,8 +27,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.DXGI", "Source\Shar
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.XAudio2", "Source\SharpDX.XAudio2\SharpDX.XAudio2.csproj", "{4995127E-0B8E-45B8-80C4-6BAC1BBE3783}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.Direct3D9", "Source\SharpDX.Direct3D9\SharpDX.Direct3D9.csproj", "{B4D984DF-85B8-4BBF-8C3B-5CEF905F40D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.DirectInput", "Source\SharpDX.DirectInput\SharpDX.DirectInput.csproj", "{112F146B-7C01-490B-B943-EA9341ACCAF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpPak", "Source\Tools\SharpPak\SharpPak.csproj", "{5E597A82-9DE9-4BA5-AD76-51202190E951}"
Expand All @@ -44,8 +42,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentat
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1B526C0E-EE4A-4E8F-BF8F-8C7397FB4918}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.RawInput", "Source\SharpDX.RawInput\SharpDX.RawInput.csproj", "{05D17A7B-F200-48C0-B8F9-B7211665A17F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.XInput", "Source\SharpDX.XInput\SharpDX.XInput.csproj", "{764D7CE5-F78B-432E-A849-E40BA44522D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpDX.Tests", "Source\Tests\SharpDX.Tests\SharpDX.Tests.csproj", "{931FA266-E756-41CA-9736-8B29235DC999}"
Expand All @@ -66,8 +62,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.Mathematics", "Sour
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.Direct3D12", "Source\SharpDX.Direct3D12\SharpDX.Direct3D12.csproj", "{E5BB5D1C-6C07-495B-923B-FB80B79C535E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.Desktop", "Source\SharpDX.Desktop\SharpDX.Desktop.csproj", "{5F8DB9E8-FFAE-475F-AC2E-FE2DC5B15A1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.Direct3D10", "Source\SharpDX.Direct3D10\SharpDX.Direct3D10.csproj", "{618AFA87-81A8-4B1C-8876-5457D49F2DEF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{3EF31A42-4EEF-44AC-8D18-D036D080A955}"
Expand Down Expand Up @@ -110,10 +104,6 @@ Global
{4995127E-0B8E-45B8-80C4-6BAC1BBE3783}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4995127E-0B8E-45B8-80C4-6BAC1BBE3783}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4995127E-0B8E-45B8-80C4-6BAC1BBE3783}.Release|Any CPU.Build.0 = Release|Any CPU
{B4D984DF-85B8-4BBF-8C3B-5CEF905F40D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4D984DF-85B8-4BBF-8C3B-5CEF905F40D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4D984DF-85B8-4BBF-8C3B-5CEF905F40D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4D984DF-85B8-4BBF-8C3B-5CEF905F40D9}.Release|Any CPU.Build.0 = Release|Any CPU
{112F146B-7C01-490B-B943-EA9341ACCAF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{112F146B-7C01-490B-B943-EA9341ACCAF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{112F146B-7C01-490B-B943-EA9341ACCAF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -126,10 +116,6 @@ Global
{9AA405CA-B7FD-44D0-9EBC-21F5D0F44DEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AA405CA-B7FD-44D0-9EBC-21F5D0F44DEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AA405CA-B7FD-44D0-9EBC-21F5D0F44DEB}.Release|Any CPU.Build.0 = Release|Any CPU
{05D17A7B-F200-48C0-B8F9-B7211665A17F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05D17A7B-F200-48C0-B8F9-B7211665A17F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05D17A7B-F200-48C0-B8F9-B7211665A17F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05D17A7B-F200-48C0-B8F9-B7211665A17F}.Release|Any CPU.Build.0 = Release|Any CPU
{764D7CE5-F78B-432E-A849-E40BA44522D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{764D7CE5-F78B-432E-A849-E40BA44522D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{764D7CE5-F78B-432E-A849-E40BA44522D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -169,10 +155,6 @@ Global
{E5BB5D1C-6C07-495B-923B-FB80B79C535E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5BB5D1C-6C07-495B-923B-FB80B79C535E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5BB5D1C-6C07-495B-923B-FB80B79C535E}.Release|Any CPU.Build.0 = Release|Any CPU
{5F8DB9E8-FFAE-475F-AC2E-FE2DC5B15A1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F8DB9E8-FFAE-475F-AC2E-FE2DC5B15A1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F8DB9E8-FFAE-475F-AC2E-FE2DC5B15A1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F8DB9E8-FFAE-475F-AC2E-FE2DC5B15A1B}.Release|Any CPU.Build.0 = Release|Any CPU
{618AFA87-81A8-4B1C-8876-5457D49F2DEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{618AFA87-81A8-4B1C-8876-5457D49F2DEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{618AFA87-81A8-4B1C-8876-5457D49F2DEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -189,11 +171,9 @@ Global
{E927F2D5-8E27-462A-8687-CB207EE01164} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{3FC6DE77-B412-4101-9E64-6B9AA831179B} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{4995127E-0B8E-45B8-80C4-6BAC1BBE3783} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{B4D984DF-85B8-4BBF-8C3B-5CEF905F40D9} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{112F146B-7C01-490B-B943-EA9341ACCAF2} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{5E597A82-9DE9-4BA5-AD76-51202190E951} = {F1AF9A3B-7856-46C9-992A-391E5455BF1F}
{9AA405CA-B7FD-44D0-9EBC-21F5D0F44DEB} = {57C5C966-ADB2-43F2-BB54-99BCB56C9F10}
{05D17A7B-F200-48C0-B8F9-B7211665A17F} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{764D7CE5-F78B-432E-A849-E40BA44522D6} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{931FA266-E756-41CA-9736-8B29235DC999} = {1B526C0E-EE4A-4E8F-BF8F-8C7397FB4918}
{874DEC63-9AB9-4A09-B1EA-E8FB1F1B68A1} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
Expand All @@ -204,7 +184,6 @@ Global
{F826CCCE-4B72-47F4-9493-DFCB51C106B7} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{49E4485F-3A2A-4C35-A159-12ECCFC00396} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{E5BB5D1C-6C07-495B-923B-FB80B79C535E} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{5F8DB9E8-FFAE-475F-AC2E-FE2DC5B15A1B} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
{618AFA87-81A8-4B1C-8876-5457D49F2DEF} = {CC8DB471-0644-430D-9D4B-808A2475BEC0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Expand Down
8 changes: 4 additions & 4 deletions Source/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageOutputPath>$(MSBuildThisFileDirectory)/../bin</PackageOutputPath>
<AppType Condition="$(TargetFramework.StartsWith('net4'))">DESKTOP_APP</AppType>
<AppType Condition="$(TargetFramework.StartsWith('net5'))">REFERENCE</AppType>
<AppType Condition="$(TargetFramework.StartsWith('netstandard'))">REFERENCE</AppType>
<AppType Condition="$(TargetFramework.StartsWith('uap10'))">STORE_APP</AppType>
<SharpGenMacros>$(SharpGenMacros);$(AppType);DIRECTX11_1</SharpGenMacros>
<DefineConstants>$(DefineConstants);$(AppType)</DefineConstants>
<DefineConstants Condition="'$(TargetFramework)' == 'net40'">$(DefineConstants);BEFORE_NET45</DefineConstants>
Expand Down Expand Up @@ -47,10 +47,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.38" PrivateAssets="All" />
<PackageReference Include="SharpGenTools.Sdk" Version="1.1.3-ci489" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
<PackageReference Include="SharpGenTools.Sdk" Version="1.2.1" PrivateAssets="All" />
<PackageReference Include="SharpGen.Doc.Msdn.Tasks" Version="1.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<SharpGenGlobalNamespaceOverrides Include="InterfaceArray" Override="ComArray" />
<SharpGenGlobalNamespaceOverrides Include="MemoryHelpers" Override="Utilities" />
<SharpGenGlobalNamespaceOverrides Include="BooleanHelpers" Override="Utilities" />
Expand Down
5 changes: 4 additions & 1 deletion Source/SharpDX.Animation/SharpDX.Animation.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.1</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<PackageId>SharpDX.Animation</PackageId>
<Product>SharpDX.Animation</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Animation.xml</DocumentationFile>
Expand All @@ -19,6 +19,9 @@
<ItemGroup>
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>


</Project>
5 changes: 4 additions & 1 deletion Source/SharpDX.D3DCompiler/SharpDX.D3DCompiler.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<PackageId>SharpDX.D3DCompiler</PackageId>
<Product>SharpDX.D3DCompiler</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.D3DCompiler.xml</DocumentationFile>
Expand All @@ -19,4 +19,7 @@
<ItemGroup>
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>
</Project>
5 changes: 4 additions & 1 deletion Source/SharpDX.DXGI/SharpDX.DXGI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<PackageId>SharpDX.DXGI</PackageId>
<Product>SharpDX.DXGI</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.DXGI.xml</DocumentationFile>
Expand All @@ -20,4 +20,7 @@
<ItemGroup>
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>
</Project>
7 changes: 5 additions & 2 deletions Source/SharpDX.Desktop/SharpDX.Desktop.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net40;net45</TargetFrameworks>
<TargetFrameworks>net45</TargetFrameworks>
<PackageId>SharpDX.Desktop</PackageId>
<Product>SharpDX.Desktop</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Desktop.xml</DocumentationFile>
Expand Down Expand Up @@ -29,6 +29,9 @@
<SubType>Form</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>


</Project>
5 changes: 4 additions & 1 deletion Source/SharpDX.Direct2D1/SharpDX.Direct2D1.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<PackageId>SharpDX.Direct2D1</PackageId>
<Product>SharpDX.Direct2D1</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct2D1.xml</DocumentationFile>
Expand All @@ -21,4 +21,7 @@
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
<ProjectReference Include="..\SharpDX.DXGI\SharpDX.DXGI.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>
</Project>
5 changes: 4 additions & 1 deletion Source/SharpDX.Direct3D10/SharpDX.Direct3D10.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<PackageId>SharpDX.Direct3D10</PackageId>
<Product>SharpDX.Direct3D10</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D10.xml</DocumentationFile>
Expand All @@ -23,4 +23,7 @@
<ProjectReference Include="..\SharpDX.DXGI\SharpDX.DXGI.csproj" />
<ProjectReference Include="..\SharpDX.D3DCompiler\SharpDX.D3DCompiler.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<PackageId>SharpDX.Direct3D11.Effects</PackageId>
<Product>SharpDX.Direct3D11.Effects</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D11.Effects.xml</DocumentationFile>
Expand Down Expand Up @@ -44,4 +44,7 @@
<ProjectReference Include="..\SharpDX.D3DCompiler\SharpDX.D3DCompiler.csproj" />
<ProjectReference Include="..\SharpDX.Direct3D11\SharpDX.Direct3D11.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>
</Project>
11 changes: 11 additions & 0 deletions Source/SharpDX.Direct3D11/DeviceContext.ComputeShaderStage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,16 @@ public unsafe void SetUnorderedAccessViews(int startSlot, SharpDX.Direct3D11.Uno
fixed (void* puav = uavInitialCounts)
SetUnorderedAccessViews(startSlot, unorderedAccessViews != null ? unorderedAccessViews.Length : 0, (IntPtr)unorderedAccessViewsOut_, (IntPtr)puav);
}

/// <summary>
/// Sets an array of views for an unordered resource.
/// </summary>
/// <param name="startSlot">Index of the first element in the zero-based array to begin setting. </param>
/// <param name="unorderedAccessViews">A reference to an array of <see cref="SharpDX.Direct3D11.UnorderedAccessView"/> references to be set by the method. </param>
public unsafe void SetUnorderedAccessViews(int startSlot, ComArray<SharpDX.Direct3D11.UnorderedAccessView> unorderedAccessViews, int[] uavInitialCounts)
{
fixed (void* puav = uavInitialCounts)
SetUnorderedAccessViews(startSlot, unorderedAccessViews == null ? 0 : unorderedAccessViews.Length, unorderedAccessViews.NativePointer, (IntPtr)puav);
}
}
}
3 changes: 2 additions & 1 deletion Source/SharpDX.Direct3D11/DeviceContext.OutputMergerStage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ public UnorderedAccessView[] GetUnorderedAccessViews(int startSlot, int count)
var temp = new UnorderedAccessView[count];
DepthStencilView depthStencilView;
GetRenderTargetsAndUnorderedAccessViews(0, new RenderTargetView[0], out depthStencilView, startSlot, count, temp);
depthStencilView.Dispose();
if (depthStencilView != null)
depthStencilView.Dispose();
return temp;
}

Expand Down
5 changes: 4 additions & 1 deletion Source/SharpDX.Direct3D11/SharpDX.Direct3D11.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<PackageId>SharpDX.Direct3D11</PackageId>
<Product>SharpDX.Direct3D11</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D11.xml</DocumentationFile>
Expand All @@ -21,4 +21,7 @@
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
<ProjectReference Include="..\SharpDX.DXGI\SharpDX.DXGI.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/SharpDX.Direct3D12/Mapping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<map param="ID3D12Device::CreateDefaultResource::ppvResource" attribute="out"/>
<map param="ID3D12Device::CreateBuffer::ppvBuffer" attribute="out"/>
<map method="ID3D12Device::GetDefaultCommandQueue" property="false" visibility="private"/>
<map method="ID3D12Resource::GetDesc11" name="Description1"/>
<map method="ID3D12Resource::GetDesc1" name="Description1"/>

<map method="ID3D12GraphicsCommandList::SetComputeRootSignature" property="false"/>
<map method="ID3D12GraphicsCommandList::SetGraphicsRootSignature" property="false"/>
Expand Down
5 changes: 4 additions & 1 deletion Source/SharpDX.Direct3D12/SharpDX.Direct3D12.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<PackageId>SharpDX.Direct3D12</PackageId>
<Product>SharpDX.Direct3D12</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D12.xml</DocumentationFile>
Expand All @@ -21,4 +21,7 @@
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
<ProjectReference Include="..\SharpDX.DXGI\SharpDX.DXGI.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>
</Project>
7 changes: 5 additions & 2 deletions Source/SharpDX.Direct3D9/SharpDX.Direct3D9.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.3</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<PackageId>SharpDX.Direct3D9</PackageId>
<Product>SharpDX.Direct3D9</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D9.xml</DocumentationFile>
Expand All @@ -24,6 +24,9 @@
<ItemGroup>
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>


</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.3</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<PackageId>SharpDX.DirectComposition</PackageId>
<Product>SharpDX.DirectComposition</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.DirectComposition.xml</DocumentationFile>
Expand All @@ -22,6 +22,9 @@
<ProjectReference Include="..\SharpDX.DXGI\SharpDX.DXGI.csproj" />
<ProjectReference Include="..\SharpDX.Direct2D1\SharpDX.Direct2D1.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SharpGenTools.Sdk" Version="1.2.1" />
</ItemGroup>


</Project>
Loading