Fields
view
Optional render target view. Defaults to the receiving canvas’s
own colorView() when omitted. Provide an explicit view for cases
where the target differs — most commonly MSAA, where view is the
multisampled GPUTexture:view() and resolveTarget is the canvas’s
1× colorView().
resolveTarget
1× resolve target for MSAA (formats must match view).