yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
ab41d548d
master
1result code = -1 2standard error = { 3tests/diagnostics/extension-visibility.slang(17): error 39999: could not specialize generic for arguments of type (MyThing) 4 return helper(thing); 5 ^ 6tests/diagnostics/extension-visibility-a.slang(14): note: see declaration of public func helper<T>(T) -> int 7public int helper<T : IThing>(T thing) 8 ^~~~~~ 9} 10standard output = { 11}