MTLFXTemporalDenoisedScalerDescriptor.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Create(IMTLDevice) | |
| Create(IMTLDevice, IMTL4Compiler) |
Create(IMTLDevice)
[Foundation.Export("newTemporalDenoisedScalerWithDevice:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MetalFX.IMTLFXTemporalDenoisedScaler? Create(Metal.IMTLDevice device);
[<Foundation.Export("newTemporalDenoisedScalerWithDevice:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Create : Metal.IMTLDevice -> MetalFX.IMTLFXTemporalDenoisedScaler
override this.Create : Metal.IMTLDevice -> MetalFX.IMTLFXTemporalDenoisedScaler
Parameters
- device
- IMTLDevice
Returns
- Attributes
Applies to
Create(IMTLDevice, IMTL4Compiler)
[Foundation.Export("newTemporalDenoisedScalerWithDevice:compiler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MetalFX.IMTL4FXTemporalDenoisedScaler? Create(Metal.IMTLDevice device, Metal.IMTL4Compiler compiler);
[<Foundation.Export("newTemporalDenoisedScalerWithDevice:compiler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Create : Metal.IMTLDevice * Metal.IMTL4Compiler -> MetalFX.IMTL4FXTemporalDenoisedScaler
override this.Create : Metal.IMTLDevice * Metal.IMTL4Compiler -> MetalFX.IMTL4FXTemporalDenoisedScaler
Parameters
- device
- IMTLDevice
- compiler
- IMTL4Compiler
Returns
- Attributes