yum-mirror/slang

Making it easier to work with shaders

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

Yong HeSupport visibility control and default to `internal`. (#3380)11111e573

master
158 B5 linesraw
1//TEST_IGNORE_FILE:
2
3// This file defines the code that will be (transitively) imported into `import-exported.slang`
4
5public float foo(float x) { return x; }