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

Add support for compute pipelines & update to 1.40 webgpu types #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MatusT
Copy link

@MatusT MatusT commented Jan 20, 2024

This PR adds support for compute. I basically copied render passes and just did a search and replace. I had to modify bindgroup layouts a little. I opted for storing ids of render and compute pipelines and leaving one of them undefined.

A folded an update to 1.40 of webgpu types if you don't mind.

Closes #36

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.

registry.ts:646 Assertion failed: Doesn't have "createComputePipeline"
2 participants