Physically-Based Rendering for VR
Published:
(work-in-progress)
As per advantages of selecting ray-based rendering approach, they are more flexible than raster-based rendering and easy to setup for XR, and able to cast rays to arbitrary directions [1].
There is big chance of sample reuse between viewports (Figure 1). Moreover, not all rays contribute equally. Therefore less contribution rays could be omitted, focusing on more contribution rays. This leading us to the variable ray tracing.

References and Resources
[1] Takahiro Harada, Foveated Ray Tracing for VR on Multiple GPUs, GIGGRAPH Asia, 2014
