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
624 B23 linesraw
1result code = -1
2standard error = {
3tests/preprocessor/line.slang(4): error 30015: undefined identifier 'FooA'.
4FooA a() { return 0; }
5^~~~
6b.slang(99): error 30015: undefined identifier 'FooB'.
7FooB b() { return 0; }
8^~~~
9tests/preprocessor/line.slang(10): error 30015: undefined identifier 'FooC'.
10FooC c() { return 0; }
11^~~~
12d.slang(603): error 30015: undefined identifier 'FooD'.
13FooD d() { return 0; }
14^~~~
15d.slang(40): error 30015: undefined identifier 'FooE'.
16FooE e() { return 0; }
17^~~~
18tests/preprocessor/line.slang(19): error 30015: undefined identifier 'FooF'.
19FooF f() { return 0; }
20^~~~
21}
22standard output = {
23}