Contents

resolveDepthPlane

The depth plane of the texture used for the multisample resolve action.

Declaration

var resolveDepthPlane: Int { get set }

Discussion

If the value of storeAction is set to MTLStoreAction.multisampleResolve or MTLStoreAction.storeAndMultisampleResolve, set this property to point to a depth plane in the resolve texture.

The default value is 0.

See Also

Specifying the texture to resolve multisample data