yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
dccc9091c
master
1result code = 0 2standard error = { 3tests/diagnostics/if-empty-body.slang(9): warning 20101: potentially unintended empty statement at this location; use {} instead. 4 if (1+1==2); 5 ^ 6} 7standard output = { 8}