Home / Technology / Shader Load Times Slashed!
Shader Load Times Slashed!
13 Mar
Summary
- Microsoft's Advanced Shader Delivery aims to eliminate long game loading.
- Precompiled shaders reduce PC game launch times significantly.
- Adoption by hardware makers and game engines is key for rollout.

Modern PC gaming often involves lengthy waits as games compile shaders, a process Microsoft's Advanced Shader Delivery aims to fix. This initiative generates precompiled shader collections that players can download in advance, significantly reducing initial load times.
Unlike consoles where developers pre-optimize for specific hardware, PC development often leaves shaders uncompiled. Microsoft's system automates this by compiling shaders compatible with a wide range of Windows drivers and GPUs. Developers use Direct3D APIs to create asset databases, which are then compiled into a Precompiled Shader Database (PSDB) supporting various hardware.




