Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.58 KB

File metadata and controls

31 lines (26 loc) · 1.58 KB

Basic hardware accelerated ray tracing

Render a basic scene using the official cross-vendor ray tracing extension. Shows how to setup all data structures required for ray tracing, including the bottom and top level acceleration structures for the geometry, the shader binding table and the ray tracing pipelines with shader groups for ray generation, ray hits, and ray misses. After dispatching the rays, the final result is copied to the swapchain image.