Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.44 KB

File metadata and controls

31 lines (26 loc) · 1.44 KB

Basic ray queries

Render a sponza scene using the ray query extension. Shows how to set up all data structures required for ray queries, including the bottom and top level acceleration structures for the geometry and a standard vertex/fragment shader pipeline. Shadows are cast dynamically by ray queries being cast by the fragment shader.