HeadlinesBriefing favicon HeadlinesBriefing.com

Microsoft DXR 2.0: Clustered Geometry, Partitioned TLAS Boost Ray Tracing Efficiency

TechPowerUp News •
×

Microsoft has released a second functional specification file for DirectX Ray Tracing (DXR), detailing significant architectural improvements aimed at making real-time ray tracing more practical for games. The update introduces clustered geometry, fundamentally changing how GPUs handle 3D objects. Instead of processing individual triangles, the system groups nearby triangles into common building blocks, allowing bulk movement and instantiation.

This reduces GPU load and enables efficient rendering of complex elements like foliage and crowds. The second major feature is partitioned top-level acceleration structures (TLAS), which divides game scenery into smaller, manageable blocks. This allows GPUs to focus ray tracing only on necessary elements within open-world environments, drastically cutting compute time and improving performance.

Finally, indirect acceleration structure operations shift critical CPU-bound tasks to the GPU. API calls for building and managing structures now run directly on the GPU, reducing system latency and freeing the CPU for other tasks. These changes collectively make ray tracing more efficient, paving the way for more visually advanced games without prohibitive performance costs.