DirectX Developer Blog

The latest news on Microsoft's Graphics and Display technology

Latest posts

Evolving DirectX for the ML Era on Windows
Mar 12, 2026
Post comments count 1
Post likes count 2

Evolving DirectX for the ML Era on Windows

Adele Parsons Serena Tang
Adele,
Serena

At GDC this year, we shared how machine learning is becoming foundational to real time graphics, and how DirectX is evolving to meet that shift across shader level and model level ML. ML is no longer a niche optimization or a postprocess trick. It’s increasingly embedded throughout the graphics pipeline, influencing how frames are generated, how content is authored, and how game developers realize their artistic vision. DirectX is evolving to support this future— one where ML is a first-class citizen alongside traditional rendering workloads. Introducing DX Linear Algebra Last year, DirectX took a major step in...

DirectX: Bringing Console-Level Developer Tools to Windows
Mar 12, 2026
Post comments count 0
Post likes count 5

DirectX: Bringing Console-Level Developer Tools to Windows

Norman Chen Austin Kinross
Norman,
Austin

On March 12th, 2026, the DirectX team and our hardware partners hosted DirectX: Bringing Console-Level GPU Developer Tools to Windows at GDC. We shared our dream of bringing console-level GPU developer tools to Windows, and today we are announcing a major step toward that goal with the biggest wave of new tooling features in DirectX's history.   For the first time, all four Windows GPU hardware partners joined us on stage to demonstrate these features running on their hardware. AMD, Intel, NVIDIA, and Qualcomm have worked closely with us throughout feature development, each making significant contributions to ...

Advanced Shader Delivery: What’s New at GDC 2026
Mar 12, 2026
Post comments count 1
Post likes count 3

Advanced Shader Delivery: What’s New at GDC 2026

Wendy Ho
Wendy Ho

Today we announced the innovation we’re bringing in solving shader compilation for the ecosystem at our GDC Talk: Advanced Shader Delivery for Windows. Want to find out what this means for solving shader compilation for your title and customers? Read on! State of the Industry Long shader compilation times and in-game shader stutter for D3D12 apps are two of the biggest problems in PC gaming. These problems are caused by compiling shaders at runtime. Unlike console, PC games do not have a fixed driver and GPU environment, and precompiled shaders need a way to be delivered to a large matrix of drivers and GPUs in...

DirectStorage 1.4 release adds support for Zstandard
Mar 11, 2026
Post comments count 3
Post likes count 1

DirectStorage 1.4 release adds support for Zstandard

Clarke Rahrig Larry Chen
Clarke,
Larry

Today we’re releasing the public preview of DirectStorage 1.4 and the initial public preview of the Game Asset Conditioning Library. Together, they introduce Zstandard (Zstd) compression as an option for game assets on Windows. This new support meets the needs of the gaming ecosystem, bringing an open standard that improves compression ratios, enables faster load times, and provides smoother asset streaming for content-rich games. We shared this availability at GDC in DirectX State of the Union: DirectStorage and Beyond, along with how our GPU hardware and software vendor partnerships will help this work reach...

DirectX Innovation at GDC 2026 
Mar 4, 2026
Post comments count 0
Post likes count 1

DirectX Innovation at GDC 2026 

Jacques van Rhyn
Jacques van Rhyn

The excitement is building as we head into the 2026 Game Developer Conference and the DirectX team has a lot to share. We will be showcasing major updates in asset streaming, GPU tooling, ML-powered real-time graphics on Windows, and shader compilation at GDC.  If you’re attending GDC, we’d love to see you in person. Below is a quick preview of what we’ll be covering so that you can mark your calendars!  DirectX State of the Union 2026: DirectStorage and Beyond  Wednesday, March 11, 11:30 AM – 12:30 PM (Room 3001, West Hall)  Over the past year, we've tackled some of the toughest challenges facing develop...

Announcing Shader Model 6.9 Retail and New D3D12 Improvements
Feb 26, 2026
Post comments count 0
Post likes count 3

Announcing Shader Model 6.9 Retail and New D3D12 Improvements

Amar Patel Serena Tang
Amar,
Serena

Today, we are pleased to announce that Shader Model 6.9 and other features have been officially released with Agility SDK 1.619 and complementary DXC 1.9.2602.16. Many of these features have been in preview status since 2025. Simultaneously, we are releasing a handful of new preview features in a separate preview runtime: Agility SDK 1.719-preview. Overview AgilitySDK 1.619 exposes the following features. There's more detail further below, including download and driver links. AgilitySDK 1.719-preview exposes the features in 1.619 in addition to th...

Fence Barriers: Fine-Grained GPU Synchronization in Direct3D 12
Feb 26, 2026
Post comments count 0
Post likes count 1

Fence Barriers: Fine-Grained GPU Synchronization in Direct3D 12

Bill Kristiansen
Bill Kristiansen

Introducing Fence Barriers We are excited to share the preview release of Fence Barriers (Tier-1), a new capability now available in AgilitySDK 1.719-preview (https://devblogs.microsoft.com/directx/directx12agility/). Fence Barriers expand on Enhanced Barriers to provide support for signaling and waiting on fences during command buffer execution. This provides more flexibility to synchronize between more distant dependencies in the command stream and allows for real-time dependencies between the GPU timeline and CPU timeline. This preview exposes Tier-1 Fence Barriers, which supports: Loo...

D3D12 Shader Execution Reordering
Feb 26, 2026
Post comments count 2
Post likes count 2

D3D12 Shader Execution Reordering

Amar Patel
Amar Patel

Now officially released, Shader Execution Reordering (SER) is an addition to DirectX Raytracing that enables application shader code inform hardware how to find coherency across rays so they can be sorted to execute better in parallel.  SER support is a required feature in Shader Model 6.9, meaning all drivers must accept shader code using SER.  It's up to individual devices to take advantage if possible. At GDC 2025 DXR 1.2 was announced including SER, and you can see it discussed in this: GDC DirectX State Of The Union YouTube Recording. In the video, Remedy showed raytracing cost reduced by 1/3 using a ...

D3D12 Opacity Micromaps
Feb 26, 2026
Post comments count 0
Post likes count 0

D3D12 Opacity Micromaps

Amar Patel Adam Miles
Amar,
Adam

DirectX Raytracing (DXR) now supports Opacity Micromaps (OMMs), enabling hardware to handle alpha tested geometry more efficiently than relying only on costly AnyHit shader invocations. At GDC 2025 DXR 1.2 was announced including OMMs, and you can see it discussed in this: GDC DirectX State Of The Union YouTube Recording. In the video, Remedy showed raytracing cost reduced by 1/3 using a synergistic combination of OMMs and Shader Execution Reordering in Alan Wake 2.  Out of the gate all NVIDIA raytracing capable hardware supports OMMs.  Over time additional hardware vendor support for OMMs will appear. ...

Standardizing HLSL
Feb 10, 2026
Post comments count 0
Post likes count 2

Standardizing HLSL

Chris Bieneman
Chris Bieneman

The HLSL team is excited to announce the formation of Ecma Technical Committee 57; a committee to standardize the High Level Shading Language. The formation of this committee marks an important milestone in HLSL's development and strengthens Microsoft's commitment to HLSL as a cross-platform language, built in collaboration with equal partners across the industry. All of the work of the committee will be public on GitHub, and the final standard will be available royalty-free for implementers. I will be talking about all of this and more on February 12, 2026 at the Khronos Shading Languages Symposium (watch on ...

Celebrating 10 Years of DirectX 12
Dec 17, 2025
Post comments count 4
Post likes count 10

Celebrating 10 Years of DirectX 12

Stefan Bojanic
Stefan Bojanic

DirectX12 shipped in 2015 with a simple goal: give developers more control so games run faster, look better, and scale across Windows PC and console. Over the last decade, DirectX 12 delivered on that promise. We added features and made it easier for developers to focus on gameplay & graphics by providing more flexibility and achievable performance wins. We built technologies that dramatically reduce load times and deliver consistently high frames for a polished gaming experience in the most demanding of titles. Our platform’s continuous evolution brought advanced visuals previously unimaginable into the main...

DirectX Graphics Samples Updated to Agility SDK + Enhanced Barriers examples
Dec 2, 2025
Post comments count 0
Post likes count 0

DirectX Graphics Samples Updated to Agility SDK + Enhanced Barriers examples

Alexandre Cardoso
Alexandre Cardoso

We’re excited to share all DirectX Graphics Samples have been updated to use the latest DirectX 12 Agility SDK. What’s New: Why Enhanced Barriers Matter: Enhanced Barriers introduce a more expressive and predictable barrier model, reducing synchronization overhead and simplifying resource layout management and aliasing. Get Started: Visit https://github.com/microsoft/DirectX-Graphics-Samples to explore the updated samples.

Agility SDK 1.618: Advanced Shader Delivery and 1.716 out of preview
Sep 25, 2025
Post comments count 2
Post likes count 1

Agility SDK 1.618: Advanced Shader Delivery and 1.716 out of preview

Tanner Van De Walle Wendy Ho Randy Tidd
Tanner,
Wendy,
Randy

We are pleased to announce the retail release of AgilitySDK 1.618, available on Agility SDK Downloads today! This release promotes our 1.716 features out of preview and also introduces support for the recently announced advanced shader delivery feature. Advanced Shader Delivery Advanced shader delivery is a new feature that distributes precompiled shaders when downloading a game, eliminating in-game shader compilation stutter and long load times. This solves one of the biggest pain points in PC gaming today, making it easier than ever to deliver a console-quality experience on Windows. Advanced shader delive...

The Silicon, Graphics, Media and AI (SiGMA) team is hiring!
Sep 24, 2025
Post comments count 0
Post likes count 1

The Silicon, Graphics, Media and AI (SiGMA) team is hiring!

ryankim
ryankim

Do you want to be a part of the Silicon, Graphics, Media and AI (SiGMA) platform team? We are hiring for multiple positions – if you’re interested in knowing more about opportunities in SiGMA, please see the below for more details!              

Shader Model 6.9 and The Future of Cooperative Vector
Sep 11, 2025
Post comments count 1
Post likes count 3

Shader Model 6.9 and The Future of Cooperative Vector

Serena Tang
Serena Tang

Direct3D Cooperative Vector is Evolving DirectX continues to evolve to support the growing demands of AI and machine learning workloads. As part of this effort, we plan to introduce an expanded suite of linear algebra capabilities in a future Shader Model release, unlocking even more robust GPU acceleration for bedrock AI/ML computations within the graphics pipeline.  This work extends our experimental Cooperative Vector implementation by introducing accelerated matrix-matrix operations, crucial for scaling AI/ML workloads beyond what lightweight vector-matrix alone can handle. This will unlock new performanc...

Introducing Advanced Shader Delivery
Aug 20, 2025
Post comments count 7
Post likes count 9

Introducing Advanced Shader Delivery

Wendy Ho Jesse Natalie Cassie Hoef
Wendy,
Jesse,
Cassie

This year at gamescom, Microsoft is highlighting new gaming features coming for Windows, particularly for handheld devices. We want to highlight one of the DirectX team’s most exciting new contributions to the PC gaming ecosystem, which will make its debut on the new ROG Xbox Ally and ROG Xbox Ally X. Advanced shader delivery addresses one of the most frustrating challenges for PC gamers today – long load times and disruptive stuttering during a game’s first launch. These delays are caused by the need to compile graphics shaders and cache them for future use. For a deep-dive on this topic, we recommend reading...

DirectStorage 1.3 is now available
Jul 1, 2025
Post comments count 0
Post likes count 6

DirectStorage 1.3 is now available

Clarke Rahrig
Clarke Rahrig

Today we’re releasing DirectStorage 1.3, this update includes a new API and several refinements based on developer feedback. The package is now available for download via NuGet. Read on to learn about what’s new with DirectStorage 1.3. EnqueueRequests – Enhanced I/O Scheduling DirectStorage 1.3 adds a new API called EnqueueRequests. This API gives developers more flexibility and control over how data requests are issued and synchronized with graphics work. EnqueueRequests allows developers to batch multiple requests in a single call and synchronize them using a D3D12 fence to better coordinate DirectStorage wit...

D3D12 Cooperative Vector
Jun 2, 2025
Post comments count 4
Post likes count 4

D3D12 Cooperative Vector

Amar Patel Greg Roth
Amar,
Greg

Welcome to the preview release for Cooperative Vector support in D3D12.  This exposes powerful new hardware acceleration for vector and matrix operations, enabling developers to efficiently drive neural rendering techniques directly from individual shader threads in real-time graphics pipelines. In research and in industry, machine learning based approaches have made their way to mainstream, replacing/augmenting traditional techniques. In graphics, neural network based rendering methods are gaining popularity over traditional methods of image reconstruction, texture compression, material shading etc. Simul...