https://github.com/shader-slang/slang
Revision ce879112cb16e3def1b8673104e7123b8b17ee2a authored by Yong He on 21 January 2018, 12:09:55 UTC, committed by Yong He on 21 January 2018, 12:09:55 UTC
1. allow spReflection_FindTypeByName to accept arbitrary type expression string
2. allow const int generic value to be used as expression value, and as array size
3. various bug fixes in witness table specialization / function cloning during specializeIRForEntryPoint to avoid creating duplicate global values, not copying the right definition of a function from the other module, not cloning witness tables that are required by specializeGenerics etc.
1 parent 913f4d0
History
Tip revision: ce879112cb16e3def1b8673104e7123b8b17ee2a authored by Yong He on 21 January 2018, 12:09:55 UTC
Improvements and bug fixes for global type parameters
Tip revision: ce87911
File Mode Size
build
docs
examples
external
source
tests
tools
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 398 bytes
.gitmodules -rw-r--r-- 107 bytes
.travis.yml -rw-r--r-- 1.6 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 6.3 KB
README.md -rw-r--r-- 6.2 KB
appveyor.yml -rw-r--r-- 3.5 KB
slang.h -rw-r--r-- 41.9 KB
slang.sln -rw-r--r-- 9.1 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top