index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang-rt
Age
Commit message (
Expand
)
Author
2025-09-08
Use wide char version of Windows API (#8390)
Gangzheng Tong
2025-08-28
Revert "Reduce the dependency to thread library (#8216)" (#8319)
kaizhangNV
2025-08-20
Reduce the dependency to thread library (#8216)
Jay Kwak
2025-01-24
Fix static build and install (#6158)
Dario Mylonopoulos
2024-12-05
Remove duplicate call to install() for libslang (#5767)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-29
format cmake files (#5406)
Ellie Hermaszewska
2024-10-24
declutter top level CMakeLists.txt (#5391)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-14
Some small fixes with Windows/DX usage (#2797)
Ellie Hermaszewska
2022-08-20
Call `gfx` in slang program. (#2370)
Yong He
2022-08-10
Language server pointer type support + add `DLLImport` test (#2350)
Yong He
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-04-12
Support `[DllImport]` (#2181)
Yong He