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 an overview of RenderPass and how render state works. #4055

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

kpreid
Copy link
Contributor

@kpreid kpreid commented Aug 14, 2023

Checklist

  • Run cargo clippy.
  • Run cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Description
Add an overview of RenderPass and how render state works.

  • Explain the general relationship of set and draw methods.
  • Explain render state changes and that you can have lots of them.
  • Specify default values of render state.

This will be useful to users who are not familiar with this style of graphics API (or any).

* Explain the general relationship of `set` and `draw` methods.
* Explain render state changes and that you can have lots of them.
* Specify default values of render state.
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent, thank you!

@Wumpf Wumpf merged commit 2bdb319 into gfx-rs:trunk Aug 14, 2023
20 checks passed
@kpreid kpreid deleted the rpdoc branch August 16, 2023 00:28
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.

2 participants