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

glsl-in: Fix the ternary operator to behave like an if #1877

Merged
merged 3 commits into from
May 1, 2022

Commits on Apr 30, 2022

  1. glsl-in: Fix the ternary to behave as an if

    The GLSL specification defines that only one of the branches should be
    evaluated making the ternary operator syntatic sugar for an `if`.
    JCapucho committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    4acc1b9 View commit details
    Browse the repository at this point in the history
  2. glsl-in: Improve the context emitter interface

    Adds a new method `emit_restart` to perform the common operation of flushing
    the `emitter` to the body and starting it again.
    
    Adds documentation to all context emitter related methods
    JCapucho committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    66c6570 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. glsl-in: Apply comments

    JCapucho committed May 1, 2022
    Configuration menu
    Copy the full SHA
    49fc0ae View commit details
    Browse the repository at this point in the history