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

Add shader module creation validation for features #4802

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

alan-baker
Copy link
Contributor

Validation of GPUShaderModule was missing the check that the corresponding feature for each enable extension was enabled. This requirement was listed in the features section only.

Validation of GPUShaderModule was missing the check that the
corresponding feature for each enable extension was enabled.
This requirement was listed in the features section only.
@alan-baker alan-baker added this to the Milestone 0 milestone Jul 31, 2024
@alan-baker alan-baker requested review from kainino0x, jimblandy, bjjones and toji and removed request for bjjones July 31, 2024 13:04
Copy link
Contributor

Previews, as seen when this build job started (7916fd9):
WebGPU webgpu.idl | Explainer | Correspondence Reference
WGSL grammar.js | wgsl.lalr.txt

@alan-baker alan-baker added copyediting Pure editorial stuff (copyediting, *.bs file syntax, etc.) api WebGPU API labels Aug 1, 2024
Copy link
Member

@toji toji left a comment

Choose a reason for hiding this comment

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

LGTM!

@toji toji merged commit 7980a4b into gpuweb:main Aug 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api WebGPU API copyediting Pure editorial stuff (copyediting, *.bs file syntax, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants