-
Notifications
You must be signed in to change notification settings - Fork 933
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
Move texture-array example over to wgsl #2618
Move texture-array example over to wgsl #2618
Conversation
Very excited for this! Seems related to gpuweb/gpuweb#822 |
Yup! Once various parts of this project are finished, I'm going too bring my learnings up to that issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to update the table in the examples README, please!
f4f97f4
to
7005682
Compare
@cwfitzgerald , I tried this out and it completely resolved my hardware debug issue and replaced my ugly glsl->spirv shader flow with clean wgsl. Thank you for adding |
Glad to hear it! |
Connections
Closes #2613
Closes #2287
Depends on gfx-rs/naga#1855 but reviewable as is.
Description
Finally! Native support for binding indexing in vulkan, dx12, and metal!
Testing
Mainly through the texture-array example, more to come.