We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
using a variable in a vec2 results into a hard crash of odin.exe error: w:\odin\src\ir.c:1750: Assert Failure: is_type_array(st) || is_type_vector(st)
w:\odin\src\ir.c:1750: Assert Failure:
example code: i :f32= 1.0; b := Vec2{i};
it works fine with constant values
The text was updated successfully, but these errors were encountered:
Fix issue #23
282f8bb
This has been fixed in the latest commit and will released in the next release.
Sorry, something went wrong.
No branches or pull requests
using a variable in a vec2 results into a hard crash of odin.exe
error:
w:\odin\src\ir.c:1750: Assert Failure:
is_type_array(st) || is_type_vector(st)example code:
i :f32= 1.0;
b := Vec2{i};
it works fine with constant values
The text was updated successfully, but these errors were encountered: