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

Various fixes to enable some WGSL graphics tests #5548

Merged
merged 5 commits into from
Nov 13, 2024

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    2b416ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f20fd5 View commit details
    Browse the repository at this point in the history
  3. Fix bug in WGSL emitter layout code.

    There was a "kinds" vs. "kind flags" mismatch, and also getBindingOffsetForKinds was not
    being used.
    
    This patch enables a bunch of tests for WGPU.
    This helps to address issue shader-slang#4943.
    aleino-nv committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dc79b49 View commit details
    Browse the repository at this point in the history
  4. format code

    slangbot committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b211a72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d27b4c0 View commit details
    Browse the repository at this point in the history