-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: internal
-
Component/s: javafx
-
generic
-
os_x
We re-use SolidColorPipe in MetalPipelineManager which is getting called from clearRTT().
But when we jump from non-MSAA RTT to MSAA RTT sample count of RTT will be 4 but older SolidColorPipe will have sample count as 1.
Maintain separate SolidColorPipe for MSAA and re-use it
But when we jump from non-MSAA RTT to MSAA RTT sample count of RTT will be 4 but older SolidColorPipe will have sample count as 1.
Maintain separate SolidColorPipe for MSAA and re-use it
- blocks
-
JDK-8302050 Common state management for 3D implementation
-
- Closed
-