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
/
triangle
Age
Commit message (
Expand
)
Author
2025-07-09
Convert gfx unit tests and examples to use slang-rhi (#7577)
Gangzheng Tong
2025-05-01
Fix comment typos in the triangle's main.cpp example (#6976)
FeuFeve
2025-01-07
Add backtraces to examples (#5973)
Anders Leino
2024-12-18
Add slang example tests to CI (#5879)
Anders Leino
2024-11-23
Fix unused struct in sample shader (#5650)
Yuki Nishidate
2024-11-13
Correct include dir for libslang (#5539)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-08-22
Feature/capture unit test (#4898)
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
2022-02-09
Various fixes to gfx. (#2120)
Yong He
2022-01-10
Draw call tests for Vulkan (#2073)
lucy96chen
2021-12-09
Remove `PipelineType` from gfx header. (#2051)
Yong He
2021-10-26
Expanded gfx::Format to include additional formats (#1982)
lucy96chen
2021-04-24
Remove resource `Usage` from `gfx` interface. (#1813)
Yong He
2021-04-16
Add Hello world example. (#1797)
Yong He