Microsoft has released further details about a new GPU decompression algorithm in DirectStorage 1.4, announced at GDC 2026 during the DirectX State of the Union. The company is tackling one of gaming's most visible problems: texture pop-in, the jarring moment when high-resolution surfaces suddenly appear as a game loads them on screen.
The new support brings an open standard that improves compression ratios, enables faster load times, and provides smoother asset streaming for content-rich games. DirectStorage 1.4 and the Game Asset Conditioning Library now support the Zstandard codec as an option for compressing game assets on Windows. Microsoft claims the Game Asset Conditioning Library can improve asset compression ratios by up to 50 percent.
The scale of this improvement matters for developers. DirectStorage is Microsoft's API designed to significantly speed up game asset loading by directly transferring data from NVMe SSDs to the GPU, bypassing the typical CPU-heavy bottlenecks associated with decompressing assets, with the idea to change how games load textures, assets, and worlds. Noticeable texture pop-in might just be about to pop-out of existence.
The push is not Microsoft alone. Microsoft is co-engineering closely with GPU hardware vendors to ensure Zstd decompression performs well across the breadth of gaming hardware, with optimizations each IHV will deliver in driver updates later this year. Nvidia is bringing decompression optimizations tailored for NVIDIA GeForce RTX GPUs in the second half of this year, while Qualcomm plans tuned driver updates by the end of the year.
Zstd stands out by delivering competitive compression ratios and decompression performance, broad availability on hardware and software across operating systems, and widespread adoption in OS, cloud, and web scenarios. In DirectStorage 1.4, Zstd is added to the multi-tier decompression framework with support for CPU and GPU decompression, letting developers pick the best execution option for their workload while GPU partners work towards future hardware specific optimizations.
However, the practical benefits depend on hardware. DirectStorage is optimized specifically for NVMe SSDs, meaning you won't realistically see any major benefits when running games off of SATA SSDs or even HDDs. Developers will also face integration choices; according to Microsoft's own benchmarks, GDeflate is still the way to go for developers wanting to let the GPU handle asset loading, but Zstd is better for CPU-intensive projects, and Zstd offers a better compression ratio overall compared to GDeflate but only by about 2 percent.
For game studios, the value is in standardization. The Game Asset Conditioning Library is designed to work in existing content pipelines delivering up to a 50 percent improvement in Zstd compression ratios for assets, while keeping runtime decompression cost low when used with DirectStorage. This reduces the engineering overhead that once forced studios to cobble together custom solutions. The library becomes particularly useful for developers building large open worlds where texture streaming bandwidth has always been a chokepoint.
DirectStorage 1.4 and the Game Asset Conditioning Library are available in public preview. GPU makers will provide optimisations throughout 2026, giving the PC gaming ecosystem time to absorb what may be the next significant leap in how Windows games handle their visual assets.