다음을 통해 공유


MTLRenderCommandEncoder_Extensions.SetStencilFrontReferenceValue 메서드

정의

앞면 및 후면 참조 스텐실 값을 설정합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static void SetStencilFrontReferenceValue (this Metal.IMTLRenderCommandEncoder This, uint frontReferenceValue, uint backReferenceValue);
static member SetStencilFrontReferenceValue : Metal.IMTLRenderCommandEncoder * uint32 * uint32 -> unit

매개 변수

This
IMTLRenderCommandEncoder

이 메서드가 작동하는 인스턴스입니다.

frontReferenceValue
UInt32
backReferenceValue
UInt32
특성

적용 대상