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

Remove an overly-strict assertion regarding WebGPU texture alignment that fails when trying to use small images #234

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

rdw-software
Copy link
Member

According to the WebGPU spec, this alignment restriction doesn't apply when using writeTexture.

According to the WebGPU spec, this alignment restriction doesn't apply when using writeTexture.
@rdw-software rdw-software force-pushed the remove-layout-assertion branch from 47ca441 to d2abfd0 Compare December 17, 2023 01:08
@rdw-software rdw-software merged commit 31f199f into main Dec 17, 2023
5 checks passed
@rdw-software rdw-software deleted the remove-layout-assertion branch December 17, 2023 01:13
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.

Investigate assertion failure when attempting to upload small images via WGPUImageCopyTexture
1 participant