We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
final a = 1 / 2;
a is hgsl.Types.Int but 1 / 2 is StdTypes.Float, we need int(1 / 2) here
a
hgsl.Types.Int
1 / 2
StdTypes.Float
int(1 / 2)
The text was updated successfully, but these errors were encountered:
maybe solved in 0.3.0? gotta check later
Sorry, something went wrong.
No branches or pull requests
a
ishgsl.Types.Int
but1 / 2
isStdTypes.Float
, we needint(1 / 2)
hereThe text was updated successfully, but these errors were encountered: