resolveTexture
The destination texture used when resolving multisampled texture data into single sample values.
Declaration
var resolveTexture: (any MTLTexture)? { get set }Mentioned in
Discussion
If the storeAction value is set to MTLStoreAction.multisampleResolve or MTLStoreAction.storeAndMultisampleResolve, then the resolveTexture value needs to point to a valid texture. Otherwise, Metal ignores this property.