summaryrefslogtreecommitdiff
path: root/examples/ray-tracing-pipeline/main.cpp
AgeCommit message (Expand)Author
2025-01-07Add backtraces to examples (#5973)Anders Leino
2025-01-07Fix some robustness issues in the examples (#5984)Anders Leino
2024-12-18Add slang example tests to CI (#5879)Anders Leino
2024-11-13Correct include dir for libslang (#5539)Ellie Hermaszewska
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-08-28Migrate 3 more examples to slang-unit-test (#4927)kaizhangNV
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-07-01Resource searching for examples (#4518)venkataram-nv
2024-05-13[gfx] specify resource view buffer range in bytes (#4149)skallweitNV
2022-02-09Various fixes to gfx. (#2120)Yong He
2022-01-21GFX: seperated ShaderTable. (#2090)Yong He
2022-01-19More fixes to GFX d3d12. (#2084)Yong He
2022-01-14Various fixes to GFX, nested parameter block test for d3d12. (#2081)Yong He
2022-01-10Draw call tests for Vulkan (#2073)lucy96chen
2021-12-09Remove `PipelineType` from gfx header. (#2051)Yong He
2021-12-07gfx: D3D12 and VK Fence implementation. (#2048)Yong He
2021-12-06Fix shader-toy example. (#2047)Yong He
2021-10-26Expanded gfx::Format to include additional formats (#1982)lucy96chen
2021-07-28Experimental DXR1.0 support in gfx. (#1915)Yong He