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
256 B9 linesraw
1result code = 0
2standard error = {
3tests/preprocessor/special-macro-redefine-function.slang(7): warning 15404: Redefinition of builtin macro '__FILE__'
4#define __FILE__(x) "Is" x
5        ^~~~~~~~
6}
7standard output = {
8"Is" "Anybody" "Is" There __FILE__ 
9}