Share via


IMTLRenderCommandEncoder.SetStencilFrontReferenceValue(UInt32, UInt32) Method

Definition

Sets the front and back reference stencil values.

[Foundation.Export("setStencilFrontReferenceValue:backReferenceValue:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetStencilFrontReferenceValue(uint frontReferenceValue, uint backReferenceValue);
[<Foundation.Export("setStencilFrontReferenceValue:backReferenceValue:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetStencilFrontReferenceValue : uint32 * uint32 -> unit
override this.SetStencilFrontReferenceValue : uint32 * uint32 -> unit

Parameters

frontReferenceValue
UInt32
backReferenceValue
UInt32
Attributes

Applies to