Share via


MPSGRUDescriptor.Create(UIntPtr, UIntPtr) Method

Definition

[Foundation.Export("createGRUDescriptorWithInputFeatureChannels:outputFeatureChannels:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShaders.MPSGRUDescriptor Create(UIntPtr inputFeatureChannels, UIntPtr outputFeatureChannels);
[<Foundation.Export("createGRUDescriptorWithInputFeatureChannels:outputFeatureChannels:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * unativeint -> MetalPerformanceShaders.MPSGRUDescriptor

Parameters

inputFeatureChannels
UIntPtr

unativeint

outputFeatureChannels
UIntPtr

unativeint

Returns

Attributes

Applies to