GS:MTL: Ensure prim id init actually writes

This commit is contained in:
TellowKrinkle 2022-09-01 23:08:05 -05:00 committed by tellowkrinkle
parent 66093c3278
commit fbc3120c47
1 changed files with 1 additions and 0 deletions

View File

@ -1280,6 +1280,7 @@ void GSDeviceMTL::MRESetHWPipelineState(GSHWDrawConfig::VSSelector vssel, GSHWDr
color.rgbBlendOperation = MTLBlendOperationMin;
color.sourceRGBBlendFactor = MTLBlendFactorOne;
color.destinationRGBBlendFactor = MTLBlendFactorOne;
color.writeMask = MTLColorWriteMaskRed;
}
else if (extras.blend_enable && (extras.writemask & MTLColorWriteMaskRGB))
{