yum-mirror/slang

Making it easier to work with shaders

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

Tim FoleyMerge pull request #3 from tfoleyNV/rename-testsce90fec1c

master
118 B8 linesraw
1//TEST:SIMPLE:
2// #include support
3
4int foo() { return 0; }
5
6#include "include-a.slang.h"
7
8int baz() { return bar(); }