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

Land PR 2208 and fix more issues with sample mask #2220

Merged
merged 5 commits into from
Oct 23, 2023
Merged

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    5d7ee6a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    f12ee5e View commit details
    Browse the repository at this point in the history
  2. HLSL: Declare sample mask array with proper module type.

    GLSL uses int[] and HLSL emits uint[], and to deal properly
    with array copies where we lose ability to rewrite arithmetic types,
    we need to declare with proper type.
    HansKristian-Work committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0bedb69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56bdcfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fba284 View commit details
    Browse the repository at this point in the history