yum-mirror/slang

Making it easier to work with shaders

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

Yong HeWarning on lossy implicit casts. (#2367)adaea0e99

master
226 B8 linesraw
1result code = 0
2standard error = {
3tests/diagnostics/bool-to-float.slang(11): warning 30081: implicit conversion from 'bool' to 'float' is not recommended
4        float f = true;
5                  ^~~~
6}
7standard output = {
8}