yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
afe41a6c9
master
1//TEST:SIMPLE: 2 3// Confirming that we can use "dot notation" to import via a subdirectory 4 5__import subdir.import_subdir_a; 6 7float bar(float x) { return foo(x); }