Skip to content

Commit 49a400b

Browse files
author
JoshJRive
committed
feat(renderer): Optimized scissor and clip rejection (#12965) 7e203ecdbc
The renderer now tracks when paths will not be visible (Based on pixel-space AABBs) and will early-discard draws that will do nothing. Scissor rectangle now includes clip rectangles in addition to clip paths Fix a bug in the needScissor function that was causing it to choose to use the scissor rect at the wrong times (but in a non-visible way)
1 parent 7a83830 commit 49a400b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree