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

sr: Deduplicate match ranges like spirv header #242

Merged

Commits on Apr 6, 2023

  1. sr: Deduplicate match ranges like spirv header

    Solve some clippy lints by getting rid of these aliases of overlapping
    `Op`s.  Unfortunately, just like in `spirv`, this biases towards the
    `NV` rather than `KHR` stabilized raytracing ops.
    
    Note that in `spirv` the `Op`s are aliases in code rather than omitted
    altogether: don't think we can do that for the range match here though
    unless deducing whether the shader was compiled with the NV or KHR
    variant, even though the KHR variant is already stabilized for quite
    some time.
    MarijnS95 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f19da5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d13a1 View commit details
    Browse the repository at this point in the history