IMTLRenderCommandEncoder.SetStencilFrontReferenceValue(UInt32, UInt32) 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.
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