Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Gadgets & Lifestyle for Everyone
Gadgets & Lifestyle for Everyone

Modern gamers are used to loading up a new game for the first time and being forced to wait multiple minutes while a “compiling shaders” step whirs away. This week at the Game Developers Conference, Microsoft provided updates about its Advanced Shader Delivery for Windows efforts, designed to fix the problem with precompiled shaders for “console-like load times” across PC hardware .
| Detail | Information |
|---|---|
| Technology | Advanced Shader Delivery (ASD) |
| Goal | Eliminate runtime shader compilation waits |
| Key Components | State Object Database (SODB) + Precompiled Shader Database (PSDB) |
| Performance Claim | Up to 85% reduction in launch times (e.g., Avowed on ROG Ally) |
| SDK Release | September 2025 |
| Hardware Partners | Nvidia, Intel, Qualcomm (coming in 2026) |
| Engine Support | Epic Games “doing early testing” |
| Availability | Xbox Partner Center uploads start May 2026 |
| Environment | Shader Handling |
|---|---|
| Consoles | Developers precompile shaders for fixed driver/GPU environment |
| PC | Shaders left as uncompiled code; compiled at runtime for specific hardware |
On PC, developers leave their shaders as uncompiled code that must be compiled and cached at runtime based on the player’s specific GPU and drivers. This results in those dreaded “compiling shaders” screens that can take several minutes, especially on first launch or after driver updates .
Microsoft’s Advanced Shader Delivery infrastructure automates the process of precompiling shaders that work across “a large matrix of drivers and GPUs in the Windows ecosystem” .
The Process:
Microsoft said the addition reduced launch times in games like Avowed by “as much as 85 percent” —a big deal on battery-limited handhelds .
| Company | Status |
|---|---|
| Nvidia | “Working closely with Microsoft” to add ASD support to GeForce RTX line “later this year” |
| Intel | “Looking forward to releasing a driver supporting ASD in the near future” |
| Qualcomm | Plans to “debut this feature soon on Qualcomm Adreno X2 GPUs” |
Microsoft first rolled out Advanced Shader Delivery in its SDK last September and added support to the ROG Ally as a proof of concept by October .
Even with hardware support, game engine makers must integrate Microsoft’s SODB APIs to streamline the setup process for developers .
| Engine | Status |
|---|---|
| Epic Games (Unreal Engine) | “Doing early testing and explorations on SODB and PSDB generation and will have more details coming soon” |
This is probably not the full-throated commitment Microsoft would like at this point, but it’s a start.
Microsoft is urging developers to “integrate SODB collection into your game engine” now to be ready .
Microsoft doesn’t intend to keep this feature exclusive to its own ecosystem:
“In the future, any storefront can compile the SODBs to PSDBs and distribute them.”
This means Steam, Epic Games Store, and other PC gaming platforms could eventually offer games with precompiled shaders—eliminating those wait times for everyone .
| Current Experience | Future Experience |
|---|---|
| Wait minutes on first launch | Near-instant loading |
| Recompile after driver updates | Automatic shader patches |
| Battery drain on handhelds | Reduced power consumption |
| Inconsistent performance | Optimized out of the box |
| Takeaway | Details |
|---|---|
| Problem Solved | No more waiting for shader compilation |
| How It Works | Precompiled shader databases downloaded with games |
| Hardware Support | Nvidia, Intel, Qualcomm on board for 2026 |
| Engine Integration | Epic testing; more needed |
| Availability | Xbox store uploads start May 2026 |
| Future | Any storefront can distribute PSDBs |