What Advanced Shader Delivery Is and Why It Matters
Advanced Shader Delivery is a GPU performance technology from Microsoft that replaces long, local shader compilation steps with cloud-precompiled pipelines, reducing game load times and smoothing performance by distributing ready-to-run shader data alongside the game itself. Shader compilation optimization has become a major pain point in modern titles: large libraries of Pipeline State Objects (PSOs) can take minutes, even hours, to compile on a single PC, or cause mid-game stutters when new combinations are needed. Traditionally, developers either forced players to wait through a pre-compilation screen at launch or accepted hitching and uneven frame pacing. Advanced Shader Delivery (ASD) aims to change that by moving compilation into the cloud and turning it into a shared resource, so each player no longer has to pay the same performance cost on their own machine.

How ASD Works: From State Object Database to Cloud Shaders
At the core of Advanced Shader Delivery is a two-part system: the State Object Database (SODB) and a Precompiled Shader Database (PSDB). Developers upload PSO definitions and game data into the SODB, where Microsoft’s separated shader compiler runs in the cloud instead of inside a local graphics driver. The result is a PSDB containing precompiled shaders that is bundled through the Xbox Store and delivered as part of the game’s files, supplementing the usual shader cache on the player’s PC. By shifting heavy compilation work upstream, ASD turns shader compilation optimization into a content distribution problem rather than a per-user compute task. Microsoft describes the goal as uniting game developers, GPU vendors, and storefronts “to solve shader compilation on PC going forward,” creating a shared pipeline that can be reused across many systems instead of rebuilt on each machine.
Measured Gains: From 48 Seconds to 2 Seconds in Forza Horizon 6
Early tests show that ASD’s cloud-first design can transform game load times. Using a system with a Ryzen 7 9800X3D and a Radeon RX 9070 XT, Tom’s Hardware recorded dramatic cuts in pre-compilation waits. According to Microsoft test data reported by multiple outlets, “Forza Horizon 6 load times dropped from 48 seconds to 2 seconds, and 1% lows increased from 54 FPS to 72 FPS.” The Outer Worlds 2 saw pre-compilation fall from 2 minutes 52 seconds to 9 seconds, while Avowed and Hogwarts Legacy experienced reductions of 78% and 56% respectively. In percentage terms, AMD graphics optimization benefits are especially clear in Forza Horizon 6, where shader compilation wait times shrank by up to 96%. These figures show that when a title uses a heavy pre-compilation pass, ASD can almost eliminate that initial penalty without sacrificing runtime stability.

Impact on 1% Lows and Real-World Smoothness
Load times are only part of the story. ASD also targets the frustrating micro-stutters tied to shader compilation, which often appear as drops in 1% low frame rates. In Forza Horizon 6, 1% lows rose from 54 FPS to 72 FPS with ASD active, pointing to more consistent frame delivery when the engine hits complex scenes. Ninja Gaiden 4, which does not perform shader pre-compilation at launch, showed unchanged load times but still gained 1% low improvements from 67 FPS to 74 FPS, along with a small bump in average FPS. However, results are not uniform. Silent Hill f, another game without a pre-compilation step, saw no gain in 1% lows and continued to exhibit stuttering. These mixed outcomes suggest ASD is most effective when games either embrace its PSO workflows or already rely heavily on pre-compilation that can be moved into the cloud.
Limitations, Platform Support, and What Comes Next
Despite impressive numbers, Advanced Shader Delivery is still limited by ecosystem support and implementation details. Developers must upload the right data to the SODB and explicitly support ASD; otherwise, the system has little to work with. Games that skip shader pre-compilation at launch see no change in load times, and ASD cannot always fix stutter caused by on-the-fly compilation, as Silent Hill f illustrates. At present, ASD on PC targets AMD GPUs with RDNA 3 or newer and is distributed via the Xbox Store, though Microsoft is working with NVIDIA and Intel and expects broader storefront coverage over time. Around 30 titles support the technology so far, but real-world examples like Forza Horizon 6 show that it is production-ready. As more partners adopt cloud-based shader pipelines, game load times and 1% lows should move closer to the instant-start experience players expect from consoles.
