yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeFix ICE when lowering an associatedtype declref from an derived interface. (#3312)46529df2c

master
475 B11 linesraw
1result code = -1
2standard error = {
3tests/diagnostics/interfaces/mutating-impl-of-non-mutating-req.slang(14): error 38105: member 'processValue' does not match interface requirement.
4    [mutating] int processValue(int inValue)
5                   ^~~~~~~~~~~~
6tests/diagnostics/interfaces/mutating-impl-of-non-mutating-req.slang(7): note: see interface requirement declaration of 'processValue'
7    int processValue(int inValue);
8        ^~~~~~~~~~~~
9}
10standard output = {
11}