Skip to content

Correctly zero init multiplanar textures#9700

Open
inner-daemons wants to merge 3 commits into
gfx-rs:trunkfrom
inner-daemons:zero-init-multiplanar-textures
Open

Correctly zero init multiplanar textures#9700
inner-daemons wants to merge 3 commits into
gfx-rs:trunkfrom
inner-daemons:zero-init-multiplanar-textures

Conversation

@inner-daemons

Copy link
Copy Markdown
Collaborator

Connections
Closes #9688

Description
Previously these were not zero-initialized, now they are.

Testing
New test

Squash or Rebase?
Squash

Checklist

  • I self-reviewed and fully understand this PR.
  • WebGPU implementations built with wgpu may be affected behaviorally.
  • Validation and feature gates are in place to confine behavioral changes.
  • Tests demonstrate the validation and altered logic works.
  • CHANGELOG.md entries for the user-facing effects of this change are present.
  • The PR is minimal, and doesn't make sense to land as multiple PRs.
  • Commits are logically scoped and individually reviewable.
  • The PR description has enough context to understand the motivation and solution implemented.

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.

Zero-initialization is silently skipped for multi-planar textures

1 participant