-
-
Notifications
You must be signed in to change notification settings - Fork 36
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 depth_stencil_attachment follow the spec #611
Conversation
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.
Thanks for this!
Simplify test_wgpu_native_render.py Add test that warnings occur, but only once.
…eld while others had a DeviceImpl. Made it uniformly a Device. Added test to ensure this was the case. Fixed some typos.
Fixed some typos. |
Deleted last comment. More work than I realized for too little gain. |
085a178
to
24a39a3
Compare
https://www.w3.org/TR/webgpu/#depth-stencil-attachments
Make depth_stencil_attachment more closely follow the specification. No longer do we need to specify stencil_xxx if it's a depth, and no need to specify depth_xxx if it's a stencil. We only need to specify "color" if it's a "clear".