-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.flutter-gputeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
The scissor can be used to efficiently clip draws to an integer rectangle on the framebuffer.
Allow the user to set the scissor on the RenderPass by passing in a Scissor class that just stores an integer rectangle.
There is no need to add functionality to "disable" the scissor. By default, the scissor is set to the render target texture size. So if the user wants to "disable" the scissor, they should simply call setScissor again and set it back to the render target texture size.
josxha and Hellomik2002
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.flutter-gputeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Type
Projects
Status
✅ Done