NVIDIA RTX Ray Tracing
NVIDIA RTX platform includes a ray tracing technology that brings real-time, cinematic-quality rendering to content creators and game developers. Developers can access NVIDIA RTX ray tracing through the NVIDIA OptiX application programming interface, through Microsoft’s DirectX Raytracing API (DXR) and Vulkan, the new generation, cross-platform graphics standard from Khronos Group.
What is ray tracing?
Conventional 3D rendering has used a process called rasterization since the 1990’s. Rasterization uses objects created from a mesh of triangles or polygons to represent a 3D model of an object. The rendering pipeline then converts each triangle of the 3D models into pixels on a 2D screen. These pixels may then be further processed or “shaded” before final display on the screen.
Ray Tracing vs Rasterization
Ray tracing, which has long been used for non-real-time rendering, provides realistic lighting by simulating the physical behavior of light. Ray tracing calculates the color of pixels by tracing the path that light would take if it were to travel from the eye of the viewer through the virtual 3D scene. As it traverses the scene, the light may reflect from one object to another (causing reflections), be blocked by objects (causing shadows), or pass through transparent or semi-transparent objects (causing refractions). All of these interactions are combined to produce the final color of a pixel that then displayed on the screen.
While ray tracing has long been "the future" or holy grail of computer rendering, we are now seeing the advent of consumer GPUs which have enough compute capability to do interesting ray tracing workloads in real-time. It is expected that many use cases will employ hybrid renderers which combine rasterization and ray tracing, so tight integration with an existing rendering API is very important. For more information on this topic please see our blog on the left.
RTX platform ray tracing APIs
10 years ago OptiX introduced the programmable shader model for ray tracing (OptiX GPU Ray Tracing ACM paper). NVIDIA has continued to invest in hardware, software and algorithms to accelerate that programming model on our GPUs.
The OptiX API is an application framework that leverages RTX Technology to achieve optimal ray tracing performance on the GPU. It provides a simple, recursive, and flexible pipeline for accelerating ray tracing algorithms. Additionally the post processing API includes an AI-accelerated denoiser, which also leverages RTX Technology. The post processing API can be used independently from the ray tracing portion of the pipeline.
Microsoft’s DirectX Ray Tracing (DXR) API extends DirectX 12 to support ray tracing. DXR fully integrates ray tracing into DirectX, allowing developers to integrate ray tracing with traditional rasterization and compute techniques. NVIDIA partnered closely with Microsoft to enable full RTX support for DXR applications.
Learn how to set up your Windows development environment to start writing ray tracing code using DXR. You’ll learn about adding required components plus work through an existing DirectX 12 sample to prep it for ray tracing.
Read the DevBlog >
Add ray tracing features to an existing DirectX 12 sample application. This step-by-step guide walks you through the major building blocks required for adding ray tracing to your code. The guide also includes extensive code snippets you can drop into your code or modify as needed.
Get Started >The GameWorks Ray Tracing SDK consists of a suite of tools and resources for developers, enabling dramatically increased realism while shortening product cycles in titles developed using the new Microsoft DXR API and NVIDIA RTX.
NVIDIA VKRay is a set of three extensions that bring ray tracing functionality to the Vulkan open, royalty-free standard for GPU acceleration. NVIDIA Introduced Vulkan ray tracing with the experimental VK_NVX_raytracing extension. The updated VK_NV_ray_tracing extension is the final stable version replacing the now deprecated NVX experimental extension. Application developers can confidently build Vulkan applications that take advantage of ray tracing knowing that NVIDIA drivers will support the new extension.
Watch the GTC 2018 session for more details:
S8521 - NVIDIA RTX – Enabling Ray Tracing in Vulkan.
Learn about ray tracing on Vulkan with this introduction to the new VK_NV_ray_tracing extension.
Read the DevBlog
Add ray tracing features to an existing Vulkan sample application. This step-by-step guide walks you through the major building blocks required for adding ray tracing to your code. The guide also includes extensive code snippets you can drop into your code or modify as needed.
Get StartedNVIDIA’s RTX leverages 10+ years of research into accelerated ray tracing on GPUs. In this talk, we’ll explore our API for exposing RTX through Vulkan.
Learn More
Get the Turing Extensions for Vulkan









