rend3
rend3 copied to clipboard
Draft: Add render target inputs as a parameter to add_forward_to_graph
Checklist
- CI Checked:
- [x]
cargo fmthas been ran - [x]
cargo clippyreports no issues - [x]
cargo testsucceeds - [x]
cargo rend3-dochas no warnings - [ ]
cargo deny checkissues have been fixed or added to deny.toml
- [x]
- Manually Checked:
- [ ] relevant examples/test cases run
- [ ] changes added to changelog
- [ ] Add credit to yourself for each change:
Added new functionality @githubname.
- [ ] Add credit to yourself for each change:
Related Issues
Description
Adds render targets as a parameter to add_forward_graph, so that you don't have to create bind groups when you want to bind a render target as a texture view.
This could potentially be done a few other ways, this is mostly looking for comments as to if it would be of interest to have something like this.