CAPCOM Integrates Path Tracing into RE Engine

CAPCOM and NVIDIA presented a technical deep dive at GDC 2026 showing full path tracing integrated into the RE Engine for Resident Evil Requiem and PRAGMATA. The implementation, completed in about one and a half years, combines SER, ReSTIR GI, asynchronous BVH building, a streaming RIS light-selection strategy, and DLSS RR (DLSS Ray Reconstruction) for denoising. Unlike the RE Engine's prior hybrid approach, full path tracing computes both direct and indirect lighting through a single pipeline, improving shadow fidelity, reflections, and ambient occlusion. DLSS RR is central to runtime performance, effectively limiting the current implementation to NVIDIA GeForce RTX hardware. Speakers from CAPCOM and NVIDIA walked through engine architecture, GPU optimizations, and scene sampling choices that make real-time path tracing feasible for shipping AAA titles.
What happened
CAPCOM and NVIDIA delivered a GDC 2026 technical session detailing the integration of full path tracing into the RE Engine for Resident Evil Requiem and PRAGMATA. The production implementation was completed in about one and a half years and couples engine-side architectural changes with low-level GPU optimizations to run interactive path tracing on modern RTX hardware. DLSS RR (DLSS Ray Reconstruction) is a required denoising and reconstruction component in the current pipeline, which constrains the implementation to NVIDIA GeForce RTX GPUs.
Technical details
CAPCOM moved from a hybrid raster-plus-ray-trace approach used in 2021's Village to a unified path-tracing pipeline that handles both direct and indirect illumination. Key engine and GPU choices include a shared ray query and material shader infrastructure, asynchronous BVH construction, and a streaming RIS method to prioritize lights. CAPCOM and NVIDIA emphasized denoising and sample reconstruction as critical to frame-time budgets; DLSS RR handles denoising and temporal reconstruction to deliver usable image quality at interactive rates.
- •Core components: SER, ReSTIR GI, asynchronous BVH building, DLSS RR, and streaming RIS for light selection
- •Rendering trade-offs: Full path tracing produces sharper reflections, more stable denoising, and stricter ambient occlusion at the cost of heavier sampling and GPU throughput
- •Pipeline sharing: Ray queries and material evaluation are unified between legacy ray-traced features and the new path tracer, reducing integration complexity
Context and significance
This integration is one of the first examples of full path tracing shipped in AAA titles with explicit engine- and GPU-level collaboration. It demonstrates a practical path from research techniques such as ReSTIR GI into production: importance sampling, resampling, and spatiotemporal reuse are combined with vendor reconstruction tech to meet performance targets. The reliance on DLSS RR highlights a current practical dependency on vendor-specific denoising to achieve real-time budgets, which affects platform reach and portability.
What to watch
Monitor how CAPCOM and other studios evolve denoising independence from vendor tech, and watch memory and BVH streaming behavior in open scenes. Expect future iterations to push better hardware abstraction or alternative denoisers for broader hardware support.
Scoring Rationale
This is a notable engineering milestone that demonstrates real-time path tracing in shipped AAA titles, useful to rendering engineers and engine architects. It is not a paradigm shift but shows practical adoption of research techniques; vendor dependence reduces immediate cross-platform impact.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problemsStep-by-step roadmaps from zero to job-ready — curated courses, salary data, and the exact learning order that gets you hired.
