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

Don't rely on cached expressions #1975

Merged
merged 3 commits into from
Jun 14, 2022

Commits on Jun 7, 2022

  1. glsl-out: don't rely on cached expressions

    Expressions marked for caching might not be cached, this can happen for
    example when these expressions are pre emitted (for example Contants).
    JCapucho committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7e316f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. msl: don't rely on cached expressions

    Expressions marked for caching might not be cached, this can happen for
    example when these expressions are pre emitted (for example Contants).
    JCapucho committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    2b3d950 View commit details
    Browse the repository at this point in the history
  2. Add tests

    JCapucho committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    82fa051 View commit details
    Browse the repository at this point in the history