JDK-8305164 : Replace MTLTexture.replaceRegion call with drawing a Rect
Type:Sub-task
Component:javafx
Sub-Component:graphics
Priority:P4
Status:Resolved
Resolution:Fixed
OS:os_x
CPU:generic
Submitted:2023-03-29
Updated:2024-07-06
Resolved:2023-03-29
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The basic implementation of Clip/Scissor rect uses MTLTexture.replaceRegion call to clear a rectangle.
This was a temporary solution and was meant to be removed.