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

[SPIR-V] Implement EvaluateAttribute* functions #6945

Merged
merged 2 commits into from
Oct 8, 2024

Commits on Oct 4, 2024

  1. [SPIR-V] Implement EvaluateAttribute* functions

    Emits SPIR-V InterpolateAt* instructions from the GLSL.std.450 extended
    instruction set for EvaluateAttribute*. Relies on the optimizer's copy
    propagate passes to ensure that these instructions are passed valid
    pointers in the Input storage class after legalization.
    
    Fixes microsoft#3649
    cassiebeckley committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    75a9d72 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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