Other |
---|
internalFixed |
Blocks :
|
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
|