Share via


IMTLRenderCommandEncoder.SetDepthBias(Single, Single, Single) Method

Definition

[Foundation.Export("setDepthBias:slopeScale:clamp:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetDepthBias(float depthBias, float slopeScale, float clamp);
[<Foundation.Export("setDepthBias:slopeScale:clamp:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetDepthBias : single * single * single -> unit
override this.SetDepthBias : single * single * single -> unit

Parameters

depthBias
Single
slopeScale
Single
clamp
Single
Attributes

Applies to