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

Implement WGSLLanguageExtension #6814

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

sagudev
Copy link
Contributor

@sagudev sagudev commented Dec 23, 2024

Connections
#6350

Description
This is to allow browsers to implement https://www.w3.org/TR/webgpu/#gpuwgsllanguagefeatures, currently we do not implement any such extension (but I am working on pointer_composite_access, hence this PR).

Testing
There is none.

Checklist

  • Run cargo fmt.
  • Run taplo format.
  • 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.

@sagudev sagudev changed the title [naga] Expose ImplementedLanguageExtension as WGSLLanguageExtension Implement WGSLLanguageExtension Dec 23, 2024
@sagudev sagudev marked this pull request as ready for review December 23, 2024 08:36
@sagudev sagudev requested review from a team as code owners December 23, 2024 08:36
@sagudev
Copy link
Contributor Author

sagudev commented Dec 23, 2024

cc @ErichDonGubler, who wrote #6437.

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.

1 participant