yum-mirror/slang

Making it easier to work with shaders

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

jsmall-nvidiaSupport for __LINE__ and __FILE__ in preprocessor (#1772)5fde038b1

master
234 B9 linesraw
1result code = 0
2standard error = {
3tests/preprocessor/special-macro-redefine-object.slang(7): warning 15404: Redefinition of builtin macro '__LINE__'
4#define __LINE__ "Hello"
5        ^~~~~~~~
6}
7standard output = {
8"Hello" __LINE__ 
9}