index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
slang-test
/
slangc-tool.cpp
Age
Commit message (
Expand
)
Author
2024-10-29
format
Ellie Hermaszewska
2024-10-25
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-10-15
Move C interface from slang.h to slang-deprecated.h (#5301)
Ellie Hermaszewska
2024-02-23
Add slangc interface to compile and use ir modules. (#3615)
Yong He
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2022-08-24
Use enums with backing types in Slang API (#2375)
jsmall-nvidia
2022-08-20
Call `gfx` in slang program. (#2370)
Yong He
2020-12-01
Make SlangCompileRequest COM type (#1620)
jsmall-nvidia
2020-11-18
Test for serializing out and reading back Stdlib (#1605)
jsmall-nvidia
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-03-02
Feature/profile tool (#1251)
jsmall-nvidia
2020-02-11
Fix ref counting for sesion - simple test had a path to not releasing compile...
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-04-29
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2018-12-21
Feature/remove app context (#765)
jsmall-nvidia
2018-12-17
Feature/test tool shared libraries (#758)
jsmall-nvidia