Skip to content

chore(WebGPU): more volume support, add bind group #1926

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

Merged
merged 1 commit into from
May 21, 2021

Conversation

martinken
Copy link
Member

Flesh out the multivolume renderer a bit more

Add a bind group class as WebGPU only requires support for 4 bind group
layouts and the old approach could easily go past 4. With the bind group
class we typically only have two bind groups active, one for the
renderer and one for the mapper. Tons of changes to support this.

Flesh out the multivolume renderer a bit more

Add a bind group class as WebGPU only requires support for 4 bind group
layouts and the old approach could easily go past 4. With the bind group
class we typically only have two bind groups active, one for the
renderer and one for the mapper. Tons of changes to support this.
@martinken martinken force-pushed the webgpu_fixe_register branch from cc00131 to 363669c Compare May 21, 2021 00:00
@martinken martinken merged commit 10e4e6b into master May 21, 2021
@martinken martinken deleted the webgpu_fixe_register branch May 21, 2021 11:52
@github-actions
Copy link

🎉 This PR is included in version 18.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Automated label label May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Automated label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant