Skip to content

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

@davesmith00000

Description

@davesmith00000

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions