Oli Wright

Oli Wright has worked in the games’ industry for a long time. He wrote his first software rasterizer in 1992. Now he works on integrating real-time ray tracing into games like Minecraft, something he never dreamed would be possible.
Avatar photo

Posts by Oli Wright

Rendering

Identifying Shader Limiters with the Shader Profiler in NVIDIA Nsight Graphics

A less well-known but cool feature of NVIDIA Nsight Graphics is the Shader Profiler. This enables you to find hot spots in your shaders that can help you to... 8 MIN READ
Simulation / Modeling / Design

Managing Memory for Acceleration Structures in DirectX Raytracing

In Microsoft Direct3D, anything that uses memory is considered a resource: textures, vertex buffers, index buffers, render targets, constant buffers, structured... 6 MIN READ