yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
654b96933
master
1module source1; 2 3import A; 4 5[shader("compute")] 6void computeMain1() { int a = test(); }
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
654b96933
1module source1; 2 3import A; 4 5[shader("compute")] 6void computeMain1() { int a = test(); }