Other |
---|
internalFixed |
JDK-8304324 adds basic functionality to set Scissor Rect on MTLRenderEncoder. But does not completely solve clip rects state management. The Scissor rect behavior is different in Metal compared to OpenGL and ES2. For Metal we need to reset the scissorRect once the RTT changes. This solves issues like: - Crash on showing new Stage - Crash on Showing Some popups like, ComboBox popup - Visual artifacts in animations
|