yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
328414431
master
1//TEST(smoke):SIMPLE: 2//TEST(smoke):SIMPLE: -file-system load-file 3//TEST(smoke):SIMPLE: -file-system os 4 5#include "../b.h" 6#include "../c.h" 7 8#include "./../b.h" 9 10float test(float x) 11{ 12 return foo(x) + bar(x); 13}