bevy/crates/bevy_render
John 9a16a4d018 Added set_scissor_rect to tracked render pass. (#3320)
# Objective And Solution
Add `set_scissor_rect` from wgpu-rs to the `TrackedRenderPass`. wgpu documentation can be found here:
https://docs.rs/wgpu/latest/wgpu/struct.RenderPass.html#method.set_scissor_rect

The reason for adding this is to cull fragments that are outside of the given rect. For my purposes this is extremely useful for UI.
2021-12-17 22:26:59 +00:00
..
src Added set_scissor_rect to tracked render pass. (#3320) 2021-12-17 22:26:59 +00:00
Cargo.toml Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00