mirror of
https://github.com/bevyengine/bevy
synced 2025-01-02 00:08:53 +00:00
9a16a4d018
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |