yum-mirror/slang

Making it easier to work with shaders

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

Tim FoleyMerge pull request #47 from tfoleyNV/import-subdirafe41a6c9

master
162 B7 linesraw
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); }