Share via


IMTLRenderCommandEncoder.SetDepthTest(Single, Single) Method

Definition

[Foundation.Export("setDepthTestMinBound:maxBound:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetDepthTest(float minBound, float maxBound);
[<Foundation.Export("setDepthTestMinBound:maxBound:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetDepthTest : single * single -> unit
override this.SetDepthTest : single * single -> unit

Parameters

minBound
Single
maxBound
Single
Attributes

Applies to