This website requires JavaScript.
Explore
Help
Register
Sign In
nielsbross
/
Ink-Shader-Language
Watch
1
Star
0
Fork
0
You've already forked Ink-Shader-Language
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9461fe626fb4042eb5b0d3bb91860ff5645f43f2
Ink-Shader-Language
/
test
/
semant
/
float_if_cond.golden
Niels Bross
45ea54cf93
Fixed some error handling for invalid if statements. Started if codegen.
2025-01-18 22:22:16 +01:00
164 B
Raw
Blame
History
test/float_if_cond.ink:0,0:
error:
Type of expression in if condition has to be bool.
if 1.0
^^^
1.0 has type float