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
191 B8 linesraw
1//TEST_IGNORE_FILE:
2
3__exported import IMaterial;
4
5public IMaterial createMaterialClassConformance(int type, float3 value)
6{
7    return createDynamicObject<IMaterial, float3>(type, value);
8}