Dear imgui renderer for wgpu-rs.
<!-- Thank you for making a pull request! Below are the recommended steps to validate that your PR will pass CI --> ## Checklist - [x] `cargo clippy` reports no issues - [x] `cargo doc` reports no issues - [x] [`cargo deny`](https://github.com/EmbarkStudios/cargo-deny/) issues have been fixed or added to `deny.toml` - [x] human-readable change descriptions added to the changelog under the "Unreleased" heading. - [x] If the change does not affect the user (or is a process change), preface the change with "Internal:" - [x] Add credit to yourself for each change: `Added new functionality @githubname`. ## Description Fixes wgpu tp panic because of to big scissor rects. Change limits scissor rect size to the soze of the framebuffer. ## Related Issues
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by PixelboysTM and has received 1 comments.