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

Make copy command structs non-extensible #365

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

kainino0x
Copy link
Collaborator

These don't seem likely to be extended, and even if they were, it's not clear that the same extensions would apply to all usages of these structs. Since they have multiple usages, make them non-extensible.

These were also the only extensibility points in encoder commands, making them a bit more complex.

Fixes #224

These don't seem likely to be extended, and even if they were, it's not
clear that the same extensions would apply to all usages of these
structs. Since they have multiple usages, make them non-extensible.

These were also the only extensibility points in encoder commands
(IIRC), making encoding a bit more complex.

Fixes 224
@kainino0x kainino0x requested a review from Kangz October 4, 2024 01:44
@kainino0x kainino0x enabled auto-merge (squash) October 4, 2024 17:16
@kainino0x kainino0x enabled auto-merge (squash) October 4, 2024 17:16
@kainino0x kainino0x merged commit f26f884 into webgpu-native:main Oct 4, 2024
4 checks passed
@kainino0x kainino0x deleted the copies-non-extensible branch October 4, 2024 17:20
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.

Make WGPUImageCopyTexture non-extensible
2 participants