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

[naga] added DrawID #6325

Merged
merged 4 commits into from
Oct 8, 2024
Merged

[naga] added DrawID #6325

merged 4 commits into from
Oct 8, 2024

Conversation

ChosenName
Copy link
Contributor

@ChosenName ChosenName commented Sep 25, 2024

Description
Added gl_DrawID and DrawIndex builtins to naga

Resolves #4527.

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@ChosenName ChosenName marked this pull request as ready for review September 25, 2024 19:46
@ChosenName ChosenName requested a review from a team as a code owner September 25, 2024 19:46
@ChosenName ChosenName changed the title added DrawID [naga] added DrawID Sep 28, 2024
Copy link
Member

@teoxoy teoxoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@teoxoy teoxoy enabled auto-merge (squash) October 8, 2024 12:49
@teoxoy teoxoy merged commit 43cb730 into gfx-rs:trunk Oct 8, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[glsl-in] Add support for gl_DrawID
2 participants