-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: javafx
-
Environment:
fx-sandbox:metal branch
-
generic
-
os_x
Override BaseShaderGraphics.updateClipRect() in MTLContext.
A Rectangle clip rect is provided by Prism by making a call to this method.
The rectangle is used to set the ScissorRect on GraphicsPipiline.
We need to pass it down to to Metal pipeline and manage the state correctly.