https://github.com/shader-slang/slang
Revision 4d2086f47e25aa4545df95ddfd260c8bc5aafdb2 authored by Yong He on 13 January 2018, 20:17:43 UTC, committed by Yong He on 13 January 2018, 20:17:43 UTC
`createDefaultSubstitutions` now responsible for creating a  `ThisTypeSubstitution` when `decl` is an `InterfaceDecl`. This is to ensure a reference to an associated type decl from the same interface that defines the assoctype decl will get a `ThisTypeSubstitution` so that the right hand side of it can be replaced by future substitutions.
1 parent 99f49e4
History
Tip revision: 4d2086f47e25aa4545df95ddfd260c8bc5aafdb2 authored by Yong He on 13 January 2018, 20:17:43 UTC
Fix creation of `ThisTypeSubstitution`.
Tip revision: 4d2086f
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