very old Apple devices do not support storing MSAA surface data. Because of that, when using offscreen rendering, some passes try to load MSAA surfaces from the previous passes, but these were discarded, causing artifacts.
This fix disables MSAA on devices without MSAA store support (Apple GPUs A8 and lower)