outputTexture
The output texture into which this denoiser scaler writes its output.
Declaration
var outputTexture: (any MTLTexture)? { get set }Discussion
You are responsible for providing a texture with a private storageMode to this property.
The output texture into which this denoiser scaler writes its output.
var outputTexture: (any MTLTexture)? { get set }You are responsible for providing a texture with a private storageMode to this property.