Skip to content
New issue

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

Bug: Deeply nested if statements do not work correctly #115

Open
davesmith00000 opened this issue Nov 12, 2024 · 1 comment
Open

Bug: Deeply nested if statements do not work correctly #115

davesmith00000 opened this issue Nov 12, 2024 · 1 comment
Labels

Comments

@davesmith00000
Copy link
Member

Example, something like:

if .. then
  if ... then vec2(0.0f)
  else if ... then vec2(0.0f)
  else vec2(0.0f)
else if ... then
  vec2(0.0f)
else
  vec2(0.0f)

Will pass Scala compilation but will not be valid GLSL.

@davesmith00000 davesmith00000 added the bug Something isn't working label Nov 12, 2024
@davesmith00000
Copy link
Member Author

Needs investigation to see what needs to be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant