Nvidia RTX

Nvidia RTX is a high-end graphics rendering development platform created by Nvidia, primarily aimed at enabling real time ray tracing. Historically, ray tracing had been reserved to non-real time applications (like CGI in visual effects for movies and in photorealistic renderings), with video games having to rely on rasterization for their rendering. RTX facilitates a new development in computer graphics of generating interactive images that react to lighting, shadows, reflections.[1] RTX runs on Nvidia Ampere- Volta- and Turing-based GPUs, specifically utilizing the Tensor cores (and new RT cores on Turing) on the architectures for ray tracing acceleration.[2][3][4]

In March 2019, Nvidia announced that selected GTX 10 series (Pascal) and GTX 16 series (Turing) cards would receive support for subsets of RTX technology in upcoming drivers, although functions and performance will be affected by their lack of dedicated hardware cores for ray tracing.[5]

Nvidia worked with Microsoft to integrate RTX support with Microsoft's DirectX Raytracing API (DXR). RTX is currently available through Nvidia OptiX and for DirectX. For the Turing architecture, it is also available for Vulkan.[6]

Components

In addition to ray tracing, RTX includes artificial intelligence integration, common asset formats, rasterization (CUDA) support, and simulation APIs. The components of RTX are:[7]

  • AI-accelerated features (NGX)
  • Asset formats (USD and MDL)
  • Rasterization including advanced shaders
  • Raytracing via OptiX, Microsoft DXR and Vulkan
  • Simulation tools:

Ray tracing

In computer graphics, ray tracing generates an image by tracing rays cast through pixels of an image plane and simulating the effects of its encounters with virtual objects.

RTX works by using acceleration structures and algorithms to build and update spatial search data structures.[2]

Development

Nvidia OptiX

Nvidia OptiX is part of Nvidia DesignWorks. OptiX is a high-level, or "to-the-algorithm" API, meaning that it is designed to encapsulate the entire algorithm of which ray tracing is a part, not just the ray tracing itself. This is meant to allow the OptiX engine to execute the larger algorithm without application-side changes.

Aside from computer graphics rendering, OptiX also helps in optical and acoustical design, radiation and electromagnetic research, artificial intelligence queries and collision analysis.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.