What Advanced Shader Delivery Is and Why It Matters
Advanced Shader Delivery is a cloud-assisted system for distributing precompiled shaders that aims to reduce shader compilation times, shorten game load times, and improve frame rate stability by shipping ready-to-use pipeline data alongside the game instead of compiling everything locally on first launch. Traditional PC games often compile thousands of shaders during loading screens, which can take minutes and still leave gaps that cause stutters during play. In some cases, developers avoid full pre-compilation because it can take hours, making first-time launches painful for players. Advanced Shader Delivery tackles this by moving the heavy compilation work to the cloud, then delivering a precompiled shader database together with game files through the store. The result is less waiting, fewer frame hitches caused by shader compilation, and a smoother first session for supported titles.
How Microsoft’s Cloud Shader Pipeline Works
Under the hood, Advanced Shader Delivery relies on a State Object Database (SODB) that collects information about the game’s Pipeline State Objects (PSOs). PSOs define how shaders, textures, and other pipeline settings come together, and modern games can generate a huge number of them. Microsoft separates the shader compiler from the graphics driver and connects it with the SODB in the cloud to build a Precompiled Shader Database (PSDB). This PSDB is then distributed through the Xbox Store alongside the game and supplements the usual local shader cache. According to Microsoft, “this PSDB can be distributed by the Xbox store alongside the game to supplement the shader cache.” By doing this compilation once on powerful infrastructure and reusing the results for many players, the system replaces lengthy pre-compilation steps on each PC with a quick download of ready-made shaders.

Real-World Gains: From Minutes to Seconds
Testing on a system with a Ryzen 7 9800X3D and a Radeon RX 9070 XT shows how dramatic the GPU performance optimization can be when the feature is fully supported. Forza Horizon 6 saw shader-related game load times fall from 48 seconds to 2 seconds, and 1% lows rose from 54 FPS to 72 FPS, meaning faster launches and steadier performance. In The Outer Worlds 2, the shader pre-compilation step dropped from 2 minutes 52 seconds to 9 seconds, a 95% improvement. Avowed’s wait times shrank by 78%, while Hogwarts Legacy improved by 56%. One standout quote from Tom’s Hardware testing is that “Forza Horizon 6 enjoyed the largest 96% improvement, with shader compilation load times falling from 48 seconds to a mere two seconds thanks to Advanced Shader Delivery.”

Why AMD GPUs Benefit First—and What Comes Next
Right now, Advanced Shader Delivery is available on Windows devices through the Xbox Store and works with AMD GPUs based on RDNA 3 or newer architectures. That means owners of recent Radeon cards can see shader compilation times slashed by up to 96% in supported games, as demonstrated by the Forza Horizon 6 results. Microsoft is also collaborating with other hardware partners, including NVIDIA and Intel, and both companies are expected to introduce their own compatible approaches. Wider storefront support beyond the Xbox Store is also planned, which would bring these gains to more of the PC library. Even in its current form, the feature shows how cloud-assisted shader compilation can transform first-launch performance and bring PC game load times closer to the near-instant experiences players are used to on consoles.
Limits, 1% Lows, and the Future of Shader Compilation
Advanced Shader Delivery is not a magic fix for every title. Games that never perform shader pre-compilation at launch, such as Silent Hill f, see no improvement in game load times, and on-the-fly compilation can still cause stutters if the engine is not tuned for it. Ninja Gaiden 4 does not change its initial loading behavior, but it gains higher 1% lows, climbing from 67 FPS to 74 FPS, with a small bump in average FPS. That shows cloud-delivered shaders can still help frame time consistency during gameplay even without a visible shader pre-pass. On the other hand, titles with heavy pre-compilation steps, including The Outer Worlds 2 and Avowed, gain the most from the technology. As more developers upload data to the SODB and more GPUs and stores support the pipeline, Advanced Shader Delivery is likely to become a standard tool for reliable GPU performance optimization.

