Microsoft unveils DirectStorage 1.4 during GDC 2026, featuring Zstandard compression and GACL — the enhancement offers creators better compression efficiency, quicker load times, and additional benefits.

An indistinct render with "Next-Gen Direct Storage API" text laid over.
(Image credit: Microsoft)

Microsoft used its DirectX "State of the Union" session at GDC 2026 to introduce DirectStorage 1.4, the latest update to its storage API designed to accelerate game asset streaming on Windows PCs. The primary highlight includes compatibility with Zstandard (Zstd) compression, together with a fresh suite of tools known as the Game Asset Conditioning Library, or GACL.

Thus, DirectStorage 1.4 adds native support for Zstd-compressed resources on both CPU and GPU routes, permitting engineers to unpack information either on the CPU or via GPU compute shaders. The update does not replace or deprecate Microsoft's earlier GDeflate compression format, which debuted alongside GPU decompression in DirectStorage 1.1. Instead, Zstd simply becomes another supported option for developers building DirectStorage pipelines.

Article continues below

DirectStorage itself has had a somewhat underwhelming run so far. Despite early demos promising dramatic improvements to loading and asset streaming, only a handful of PC games have meaningfully adopted the technology, and in practice, DirectStorage sometimes improves load times, but It might truly reduce the frame rate slightly. The explanation is straightforward: GPU decompression isn't free. As the GPU devotes resources to decompressing texture information, this consumes processing cycles and energy limits that would otherwise be used for generating frames. Since GPU time is usually the most precious resource in a modern game, the benefits of DirectStorage depend heavily on how much spare GPU compute capacity a system has.

3DMark DirectStorage feature test graphic

3DMark's DirectStorage Feature Test highlights the capabilities of the technology, but it has not yet fully transitioned into actual games. (Image credit: 3DMark)

Another technical change in the update may help with that. DirectStorage 1.4 adds global D3D12 CreatorID support to the EnqueueRequests function. CreatorIDs allow different GPU workloads to identify themselves to the driver, enabling smarter scheduling decisions when multiple queues are competing for GPU resources. Essentially, this might assist drivers in more effectively managing DirectStorage decompression operations alongside standard rendering and calculation processes, lowering the likelihood of asset streaming demands interfere with frame rendering.

Arguably, the more interesting addition, though, is GACL, the Game Asset Conditioning Library. GACL is an attempt to standardize the asset pipeline around DirectStorage so developers can ship more compact game data that still streams quickly. To be precise, it's a build-stage utility that prepares game assets before they're condensed.

Restructuring and modifying asset information through approaches like data shuffling and entropy reduction can substantially boost the compression efficiency when utilizing Zstd. Microsoft claims that the conditioning phase can significantly enhance compression performance for specific asset categories while ensuring decompression overhead remains low. DirectStorage then undoes those alterations automatically as the information is retrieved.

Although DirectStorage has not yet revolutionized PC gaming in the manner Microsoft previously indicated it could, this innovation remains promising, particularly for future titles developed based on its streaming framework from the beginning. Enhancements like DirectStorage 1.4, featuring better compression capabilities and a more advanced asset pipeline, imply Microsoft is continuing to build the foundation for that prospect. We're not anticipating a breakthrough, but we're not dismissing the innovation quite yet, either.

Google Preferred Source

Follow 3DTested on Google News, or add us as a preferred source, to obtain our newest reports, breakdowns, & appraisals via your feeds.

Zak Killian
Contributor