summaryrefslogtreecommitdiff
path: root/examples/ray-tracing/main.cpp
AgeCommit message (Collapse)Author
2021-07-09[gfx] Inline raytracing fixes in response to code review. (#1905)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2021-07-08Implement gfx inline ray tracing on D3D12. (#1902)Yong He
* Update VS projects to 2019. * Empty commit to trigger build * Implement gfx inline ray tracing on D3D12.
2021-06-30[gfx] Add inline ray tracing support. (#1899)Yong He