-
Notifications
You must be signed in to change notification settings - Fork 951
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
Update RenderPass draw, draw_indexed, set_viewport and set_scissor_rect documentation #3860
Conversation
… relate them as framebuffer space.
This does not fully fix #3852 but it is a good start at least. |
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.
Thank you so much for contributing and getting the docs to a better place!
Really like the cross references!
I think though it's super important that the descriptions here are razor sharp and correct for all cases, so there's some more work needed here.
Generally I'd encourage to copy paste from the webgpu spec!
…what wumpf suggested
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.
great stuff! Thanks again :)
This should hopefully make the documentation a bit better and more understandable for these functions. Please let me know what you like or dislike about this and anything I can fix or improve upon if i was wrong in some way.