Skip to content

Build1 publisher2 min readPublished

Nvidia's RTX Mega Geometry 2.0 bounds ray-traced detail by a VRAM budget

Nvidia's RTX Mega Geometry 2.0, now on GitHub, streams ray-tracing geometry into VRAM on demand under a default 2GB budget for scenes too big to fit. Detail now follows a memory figure the developer picks, though Nvidia's Zorah sample can still need 64GB of system RAM on first load.

The Engineer · Build desk

Illustration accompanying Nvidia's RTX Mega Geometry 2.0 bounds ray-traced detail by a VRAM budget

What happened

  • Nvidia posted RTX Mega Geometry SDK 2.0.0 to GitHub alongside RTX Kit 2026.3, adding streaming of continuous level-of-detail clusters for scenes larger than the VRAM budget.
  • When a scene exceeds its budget it settles at lower detail; defaults are 2GB for streamed geometry, 2GB for acceleration structures and 4GB for material textures, all adjustable.
  • The reference sample needs an RTX GPU with at least 10GB of VRAM, driver 570 or later, DXR 1.1 and Windows 10, and no game is confirmed to use it yet.
  • Gears of War: E-Day, which uses Mega Geometry, opens early access Oct. 1 and launches Oct. 6, though Nvidia has not said which SDK version it ships.

Compiled by The EngineerSomething wrong?How this is made

Why it matters

  • constraint Nvidia's default budgets add up to 8GB, all of an 8GB card's memory, so titles targeting those cards have to lower them to leave room for everything else the renderer allocates.
  • decision Geometry limits become a per-card memory setting, so art teams can author denser source meshes and decide during tuning how much detail each target card keeps.
  • precedent If Nvidia is right that the techniques join Microsoft's DirectX Raytracing 2.0, engine teams can plan for cluster-based ray-tracing geometry as a standard API feature.

In August, Nvidia said that under ray tracing, Nanite elements "switch to a single, static low-detail mesh" because building acceleration structures for them is "prohibitively expensive" with "existing DXR 1.2 and Vulkan APIs" [9]. In a Sept. 22 driver post, Nvidia wrote that Mega Geometry enables "accurate ray tracing of Nanite geometry for the very first time" [16].

The base technique is clustering. Nvidia says Mega Geometry "organizes detailed meshes into clusters so ray-traced scenes can adapt geometric detail efficiently" [2]. Version 2.0 streams those clusters into VRAM on demand, at continuous levels of detail [1]. According to Nvidia's changelog, a scene's source geometry no longer has to fit in VRAM, and detail is bounded by a memory budget instead of by mesh count [4]. The existing tessellation path stays in the SDK [13].

I think the degrade-and-hold behaviour [3] is the right call for shipped content. The memory figure the developer chose holds under load. An oversized scene costs coarser geometry, where the alternative Tom's Hardware describes is constant swapping in and out of VRAM [3].

Zorah, Nvidia's reference sample, holds 1.6 billion unique triangles and 31GB of mesh data [5]. In its courtyard view, on an RTX 5090 at 4K with DLSS Quality, 1.5GB of that mesh data sat in VRAM [5]. That is about 4.8% of the sample's mesh data resident at once [2]. The figure covers one camera position on one card, and Tom's Hardware did not report other views. For a ratio like that to transfer, the geometry a game shows at its target resolution has to fit the streamed-geometry budget on the weakest card it supports.

The geometry that VRAM no longer holds still has to live somewhere. Zorah is a 70GB download, and its first load can require up to 64GB of RAM at peak, according to Tom's Hardware [5][6]. That download size is a fair filter on the audience. Tom's Hardware judged the release a tool for developers more than players, for now [14].

The shipped evidence comes from an earlier release. The SDK first appeared as a 0.9.0 beta in 2025 and reached Alan Wake 2 in title update 1.2.8 [11]. Tom's Hardware measured about 1GB of VRAM saved and a 13% performance gain on an RTX 4090, at native 4K and with DLSS Quality [12]. On an 8GB card, 1GB is an eighth of total memory [15]. The test measured clustering in one game's content on one flagship card, before the SDK added streaming [1][12].

What to watch

  • Whether Nvidia names the Mega Geometry version inside Gears of War: E-Day when it launches on Oct. 6.
  • The first game confirmed on the 2.0 streaming path, with VRAM and detail measurements on 8GB and 10GB cards.
  • Microsoft's DirectX Raytracing 2.0 specification, and how much of Nvidia's cluster work it actually includes.
Loading claim ledger
Loading source directory links
Loading share composer
Loading topic controls
Loading related stories