index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
ray-tracing
Age
Commit message (
Expand
)
Author
2025-07-21
Add command-line arguments to examples (#7835)
Jay Kwak
2025-07-09
Convert gfx unit tests and examples to use slang-rhi (#7577)
Gangzheng Tong
2025-05-13
Add Payload Access Qualifiers to the raytracing examples (#7092)
Gangzheng Tong
2025-05-12
Cleanups related to RIFF support (#7041)
Theresa Foley
2025-01-07
Add backtraces to examples (#5973)
Anders Leino
2025-01-07
Fix some robustness issues in the examples (#5984)
Anders Leino
2024-12-18
Add slang example tests to CI (#5879)
Anders Leino
2024-11-13
Correct include dir for libslang (#5539)
Ellie Hermaszewska
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-08-27
Migrate examples (#4920)
kaizhangNV
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-01
Resource searching for examples (#4518)
venkataram-nv
2024-05-13
[gfx] specify resource view buffer range in bytes (#4149)
skallweitNV
2022-08-16
Add gfx interface definition in Slang. (#2364)
Yong He
2022-02-09
Various fixes to gfx. (#2120)
Yong He
2022-01-19
More fixes to GFX d3d12. (#2084)
Yong He
2022-01-14
Various fixes to GFX, nested parameter block test for d3d12. (#2081)
Yong He
2022-01-10
Draw call tests for Vulkan (#2073)
lucy96chen
2021-12-09
Remove `PipelineType` from gfx header. (#2051)
Yong He
2021-12-07
gfx: D3D12 and VK Fence implementation. (#2048)
Yong He
2021-10-26
Expanded gfx::Format to include additional formats (#1982)
lucy96chen
2021-07-09
[gfx] Inline raytracing fixes in response to code review. (#1905)
Yong He
2021-07-08
Implement gfx inline ray tracing on D3D12. (#1902)
Yong He
2021-06-30
[gfx] Add inline ray tracing support. (#1899)
Yong He