yum-mirror/slang

Making it easier to work with shaders

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

jsmall-nvidiaDiagnostic location highlighting (#1700)369279e91

master
177 B8 linesraw
1result code = -1
2standard error = {
3tests/diagnostics/undefined-identifier.slang(6): error 30015: undefined identifier 'b'.
4    int a = b;
5            ^
6}
7standard output = {
8}