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

Compat: refactor pipeline_bind_group_compat test for 0 storage buffers #4097

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

greggman
Copy link
Contributor

Note: There's another test called pipeline_bind_group_compat in the webgpu:api tree. This one is in the webgpu:compat tree

@greggman greggman requested a review from shrekshao December 16, 2024 08:47
t.isCompatibility &&
textureType === 'storage' &&
!(t.device.limits.maxStorageBuffersInFragmentStage! > 2)
);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: better have a message like the other pull requests indicating reason for skipping

@greggman greggman force-pushed the compat_pipeline_bind_group_compat branch from d9ae9a2 to 3586d8f Compare December 17, 2024 00:43
@greggman greggman enabled auto-merge (squash) December 17, 2024 00:43
@greggman greggman merged commit 42fca42 into gpuweb:main Dec 17, 2024
1 check passed
@greggman greggman deleted the compat_pipeline_bind_group_compat branch December 17, 2024 00:49
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.

2 participants