VOOZH about

URL: https://www.nuget.org/packages/Microsoft.Direct3D.D3D12/

⇱ NuGet Gallery | Microsoft.Direct3D.D3D12 1.619.3




👁 Image
Microsoft.Direct3D.D3D12 1.619.3

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Direct3D.D3D12 --version 1.619.3
 
 
NuGet\Install-Package Microsoft.Direct3D.D3D12 -Version 1.619.3
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Direct3D.D3D12" Version="1.619.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Direct3D.D3D12" Version="1.619.3" />
 
Directory.Packages.props
<PackageReference Include="Microsoft.Direct3D.D3D12" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Direct3D.D3D12 --version 1.619.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Direct3D.D3D12, 1.619.3"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Direct3D.D3D12@1.619.3
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Direct3D.D3D12&version=1.619.3
 
Install as a Cake Addin
#tool nuget:?package=Microsoft.Direct3D.D3D12&version=1.619.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

DirectX 12 Agility SDK Redistributable NuGet Package

This package contains a copy of the DirectX 12 Agility SDK redistributable runtime and its associated development headers.

For help getting started and other information for the Agility SDK, please see:

https://aka.ms/directx12agility

The included licenses apply to the following files:

  • LICENSE.txt : applies to all files under build/native/bin/
  • LICENSE-CODE.txt : applies to all files under build/native/include/

Changelog

Version 1.619.3:

  • Fix ID3D12StateObjectDatabase store with ID3D12RootSignature1::GetSerializedData. It previously returned the root signature chunk instead of the container.
  • ShaderCacheControl CLEAR operations are now allowed outside of developer mode
  • Fix ID3DShaderCacheInstaller::GetPrecompileTargets can throw across API boundary

Version 1.619.2:

  • D3D12StateObjectCompiler.exe: Add --priority and --max-threads parameters.
    • Can be used to limit resource usage of compiler.
    • Defaults for these parameters are unchanged from past releases.
  • SDKLayers fixes for enhanced barriers.
    • Fix NO_ACCESS state leaks to Queue State Causing false validation errors
    • Update debug validation for LayoutAfter with TEXTURE_BARRIER_FLAG_DISCARD
  • Improve SODB capture performance
    • SODB capture now defaults to using write ahead logging mode and transactions. d3dconfig device pso-db-journal-mode=default restores previous behavior.
    • D3D12StateObjectCompiler.exe now supports the checkpoint-db subcommand. If a game exits without releasing the d3d device, this command can be used to commit the remaining wal entries (.wal and .shm) files.
  • Fix a cache hit rate stats issue on some ASD driver implementations

Version 1.619.1:

  • Handle root signature objects in ID3D12StateObjectDatabase setters
  • Opacity Micromap Array addresses alignment was validated too strictly to 256B. Fixed to D3D12_RAYTRACING_OPACITY_MICROMAP_ARRAY_BYTE_ALIGNMENT: 128B. No effect on runtime behavior, just a debug layer message fix.

Version 1.619:

  • Shader Model 6.9 support:
    • Shader Execution Reordering (DXR 1.2)
    • Opacity Micromaps (DXR 1.2)
    • Long vectors
    • 16 bit float specials
    • A few previously optional features are now required
  • Revised resource view creation APIS
  • Periodic trim notifications
  • Increased dispatch grid limit
  • CPU timeline query
  • Advanced Shader Delivery:
    • Supplemental APIs to for developer workflow usability and statistics

Version 1.618.5:

  • Reverted a change to pipeline library synchronization which caused unnecessary serialization during loads.
  • Correctly allow RTAS resources in reserved buffers
  • Fixed the output from D3D12StateObjectCompiler.exe when compiling an SODB with no state objects, only PSOs

Version 1.618.4:

  • Runtime regression fix: Fix an issue where AddToStateObject can fail in the runtime when the driver supports DDI version 119 and later. Issue was introduced with version 1.618.1.

  • Debug layer validation fix: Simultaneous access texture with common layout supports render target access; Skip layout validation when undefined layout is used as both before and after layouts.

Version 1.618.3:

  • Runtime regression fix: Creating resources in state D3D12_RESOURCE_STATE_RAYTRACING_ACCELERATION_STRUCTURE with custom heap properties validated L0 and L1 in backwards order. Apps hitting this incorrect stricter validation even if they didn't use new AgilitySDK just by using PIX which uses latest SDK, hence it looks like PIX regressed. At least one developer also hit this bug directly.

  • Debug layer validation regression fix (no runtime impact): New compute and work graph dispatch grid size validation incorrectly validated against the mesh shader's 2^22 limit everywhere. Compute dispatch has no spec limit, and the limit for work graphs is 2^24-1 groups.

  • Fixes an issue where, only with the debug layer enabled, recording ProcessFrames command in ID3D12VideoCommandList fails in the Close() method with E_INVALIDARG

Version 1.618.2:

  • Correctly enable SODB capture for advanced shader delivery
  • Add ID3D12StateObjectDatabase for programmatic SODB generation
  • Add D3D12StateObjectCompiler 'merge' command

Version 1.618.1:

  • StateObjectCompiler binaries added to the AgilitySDK NuGet

Version 1.618.0:

Golden Ratio edition

  • Advanced Shader Delivery
  • Application Specific Driver States
  • Video features
    • D3D12_Video_Encoding_HEVC_ReferenceListExtension
    • D3D12_Video_Encoding_LowerResolution_2Pass
    • PSNR stats added to: D3D12_Video_Encoding_Stats_Metadata
    • D3D12 Video encode subregion
    • D3D12 Video encode output stats (per block QP, per block SATD, per block bit allocation)
    • D3D12 Video encode GPU texture input QP map
    • D3D12 Video encode GPU texture/CPU buffer Dirty maps/rects
    • D3D12 Video encode GPU texture/CPU buffer motion vector hints
    • D3D12 Video Encode Spatial Adaptive Rate Control Quantization
  • Recreate at GPUVA
  • Tight Alignment

Version 1.616.1:

  • Runtime fix: D3D12EnableExperimentalFeatures() was allowing D3D12ExperimentalShaderModels
    • This made it look like Shader Model 6.9 could work even though it's only supported in the 1.717.x preview
    • Now asking for D3D12ExperimentalShaderModels returns E_NOINTERFACE.
  • Debug Layer fixes:
    • Enhanced Barrier placed resource validation fix for false errors
    • For D3D12_BARRIER_SUBRESOURCE_RANGE, the Debug Layer was not handling the NumMipLevels=0 special case (treat IndexOrFirstMipLevel as a subresource index)
    • Debug Layer updated to notice that RD/DS initialization can be accomplished by RenderPass Clear/Discard
  • GPU based validation (GBV):
    • Fix for incorrect texture state/layout validation in cases where GBV needed to insert LOD calculation

Version 1.616.0

  • Release Opacity Micromap support
    • Just missing RayQuery+OMM suport that needs Shader Model 6.9 which is in the above preview
  • Tier 4 Tiled Resources

Version 1.614.0

  • Enabled R9G9B9E5_SHAREDEXP format for Render Target and Unordered Access Views

Version 1.613.3

  • Same as 1.613.2, with minor updates shown at the end of this list:
  • Work Graphs
  • Generic Programs in State objects
  • Shader Model 6.8
    • Work Graphs support
    • Start Vertex/Instance Location
    • Wave Size Range
    • Expanded Comparison Sampling
  • GPU Upload Heaps (requires preview or future OS, or current OS in developer mode)
  • Incrementing Constants in ExecuteIndirect
  • Minor updates for .3:
    • Honor root signature associations added to export in collections when the export is imported into generic program in an executable state object.
    • Propagate root signatures to exports that have bindings and no root signatures within the scope of a generic program, like what happens with PSOs.
    • Other generic programs related bug fixes, additional validation and optimizations.
    • For state objects, minor fixes to subobject association logic in edge cases involving collections to more precisely match spec wording.
    • GPU Upload Heaps can now be used with a current OS in developer mode, in addition to preview and future OS that don't require developer mode.

Version 1.613.2

  • Same as 1.613.1, with minor updates shown at the end of this list:
  • Work Graphs
  • Generic Programs in State objects
  • Shader Model 6.8
    • Work Graphs support
    • Start Vertex/Instance Location
    • Wave Size Range
    • Expanded Comparison Sampling
  • GPU Upload Heaps (requires preview or future OS)
  • Incrementing Constants in ExecuteIndirect
  • Minor updates for .2:
    • Close validation hole: Prevent use of features in incompatible state object types, such as defining generic program components (like rast state) in a raytracing pipeline.
    • Debug layer fixes around lifetime management of program identifiers (e.g. the handles for the new generic programs)
    • ExecuteIndirect validation was too strict: buffer size only needs to be big enough for the number of commands * stride, minus the unused space at end of last command

Version 1.613.1

  • Same as 1.613.0, with minor updates shown at the end of this list:
  • Work Graphs
  • Generic Programs in State objects
  • Shader Model 6.8
    • Work Graphs support
    • Start Vertex/Instance Location
    • Wave Size Range
    • Expanded Comparison Sampling
  • GPU Upload Heaps (requires preview or future OS)
  • Incrementing Constants in ExecuteIndirect
  • Minor updates for .1:
    • In d3d12.h: missing const on input pointer members: D3D12_NODE_CPU_INPUT.pRecords and D3D12_MULTI_NODE_CPU_INPUT.pNodeInputs
    • Debug layer validation fixes for D3D12_DISPATCH_MODE_MULTI_NODE_CPU_INPUT
    • Some missing validation for generic programs (to line up with existing PSO path)
    • Allow generic programs or work graphs only in executable state objects, not collections

Version 1.613.0

  • Work Graphs
  • Generic Programs in State objects
  • Shader Model 6.8
    • Work Graphs support
    • Start Vertex/Instance Location
    • Wave Size Range
    • Expanded Comparison Sampling
  • GPU Upload Heaps (requires preview or future OS)
  • Incrementing Constants in ExecuteIndirect

Version 1.611.1

  • Make pContext mutable in ID3D12InfoQueue1::RegisterMessageCallback.
  • Fix Linux build issue.
  • Legacy transitions into/out-of UAV state includes D3D12_BARRIER_SYNC_BUILD_RAYTRACING_ACCELERATION_STRUCTURE, D3D12_BARRIER_SYNC_EMIT_RAYTRACING_ACCELERATION_STRUCTURE_POSTBUILD_INFO and D3D12_BARRIER_SYNC_COPY_RAYTRACING_ACCELERATION_STRUCTURE. This only applies to buffer barriers.
  • Fix enhanced barrier SYNC_DRAW being incompatible with ACCESS_RENDER_TARGET
  • Improve enhanced barrier validation for raytracing acceleration data structures

Version 1.611.0

  • Video AV1 Encode release

Version 1.610.3

  • Fix regression introduced in 1.608.0 as part of independent front/back stencil support. If an app used the stencil mask in a way that only affected back facing geometry (even using the old depth stencil desc that had just a single mask for front/back), the D3D runtime would incorrectly set the stencil mask to 0 on certain drivers. Specifically drivers older than the timeframe of the 1.608.0 release (Nov 2022).

Version 1.610.2

  • Minor fix for Non-Normalized Sampling: The 610 release had some stale logic that left Non-Normalized Sampling in "prerelease" mode, so it appeared as not available.

Version 1.610.1

  • Minor fix for RenderPasses: The 610 release had some stale logic that left RenderPasses in "prerelease" mode, so it appeared as not available.

Version 1.610.0

  • Updated RenderPass support for tile based rendering GPUs
  • Several minor features for improved compatibility with Vulkan
    • Non-normalized sampling
    • Mismatched render target dimensions
    • Sample-frequency pixel shaders with no RTV/DSV
    • And a handful of even more minor features.
    • Fixes a regression introduced in 1.608.0 where the stencil mask could get cleared when specifying it in a way that only affected the back-facing geometry

Version 1.608.3

  • Fixed state corruption causing incorrect programmable sample positions validation during ExecuteCommandList
  • Address incorrect Enhanced Barriers simultaneous-access validation
  • Fix incorrect Enhanced Barriers sync/access validation
  • Add missing string conversion for D3D12_BARRIER_SYNC_CLEAR_UNORDERED_ACCESS_VIEW

Version 1.608.0

  • Enhanced Barriers release
  • Independent front/back stencil refs and masks
  • Triangle fans
  • Dynamic depth bias and IB strip cut

Version 1.606.4

  • Fixes a device creation failure on WARP (Microsoft Basic Render) in Windows Server 2022.

Version 1.606.3

New features:

  • Shader Model 6.7.
  • d3dconfig: settings import/export.
  • d3dconfig: option to allow application control over storage filters
  • DRED: 'markers only breadcrumbs' stores breadcrumbs only for PIX markers and events.

Bug fixes:

  • Various debug layer stability fixes.

Version 1.602.0

New features:

  • Relaxed buffer/texture copy alignment
  • Support for copying between different dimensions of textures
  • Delayed input layout and vertex buffer alignment validation
  • Negative height viewports flip y-axis intepretation
  • Alpha/InvAlpha blend factors

Bugfixes

  • Fixes a crash using GBV with shader patch mode TRACKING_ONLY.
  • Fixes false debug validation output resulting from depth slice state being confused with stencil slice state.
  • Fixes a bug causing promoted COPY_DEST to not decay back to COMMON.
  • Report live objects when encountering device removed from a kernel memory failure.

Version 1.600.10

Fixes threading bug (intermittent crash) in runtime for apps doing multithreaded creation of raytracing state objects.

Ideally this fix would have been made in isolation on top of the previous SDK release. Unfortunately this was not possible due to build infrastructure changes - hopefully a one-time issue. What this means is that this SDK's runtime reflects the current state of the D3D12 codebase including code churn unrelated to the bug fix, such as support for preview features that are disabled here and exposed in a separate preview SDK branch. Even though preview features are disabled, the codebase is still different. So there is some risk of bugs/regressions that have not been noticed yet in internal testing. In particular there is a reasonable chance that the churn in the debug layer codebase might yield some debug validation issues, but there could be issues lurking in the runtime as well. If you report any issues you observe to us, we will try to address them with a follow-up SDK release.

Whether you choose to use this bugfix release, with its extra code churn of no value to you, really boils down to how important the specific fix is to you (if at all), and perhaps how much capacity you have to do test this combination of runtime and your app.

Version 1.4.10

Fixes a debug layer issue where some ResourceBarrier calls transitioning DEPTH_READ to DEPTH_WRITE were dropped

Version 1.4.9

Contains support for DirectX 12 Ultimate and Shader Model 6.6

Product Versions Compatible and additional computed target framework versions.
native native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.Direct3D.D3D12:

Package Downloads
wisdom

A Low-level thin multiplatform and extensible Graphics API layer over Vulkan and DX12

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.721.1-preview 36 6/17/2026
1.721.0-preview 1,919 5/27/2026
1.720.0-preview 3,526 4/24/2026
1.719.1-preview 3,621 3/6/2026
1.719.0-preview 1,821 2/24/2026
1.717.1-preview 17,357 6/11/2025
1.717.0-preview 6,760 5/28/2025
1.716.1-preview 10,873 2/13/2025
1.619.3 22,193 5/19/2026
1.619.2 11,667 4/16/2026
1.619.1 74,938 3/6/2026
1.619.0 12,521 2/24/2026
1.618.5 229,254 12/5/2025
1.618.4 5,757 11/26/2025
1.618.3 13,369 11/10/2025
1.618.2 36,368 10/15/2025
1.618.1 61,619 9/25/2025
1.616.1 136,028 6/11/2025
1.616.0 21,266 5/28/2025
1.615.1 61,823 2/13/2025
Loading failed