Bill Hollings ff7ea713f6 Fix depth/stencil clearing broken during recent fix.
A recent change for resolving color formats mistakenly
broke clearing depth and stencil formats.
Remove optionality of all function arguments in
MVKRenderPassAttachment::populateMTLRenderPassAttachmentDescriptor()
to avoid bad calls being masked by optional function arguments.
Add appropriate canResolveFormat values for all calls to that function.
2021-08-20 13:58:32 -04:00
..