다음을 통해 공유


GL.ClipPlanex 메서드

정의

오버로드

ClipPlanex(All, Int32)
ClipPlanex(All, Int32*)
ClipPlanex(All, Int32[])

ClipPlanex(All, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClipPlanex", Version="1.1")]
public static void ClipPlanex (OpenTK.Graphics.ES11.All plane, ref int equation);
static member ClipPlanex : OpenTK.Graphics.ES11.All *  -> unit

매개 변수

plane
All
equation
Int32
특성

적용 대상

ClipPlanex(All, Int32*)

중요

이 API는 CLS 규격이 아닙니다.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClipPlanex", Version="1.1")]
[System.CLSCompliant(false)]
public static void ClipPlanex (OpenTK.Graphics.ES11.All plane, int* equation);
static member ClipPlanex : OpenTK.Graphics.ES11.All * nativeptr<int> -> unit

매개 변수

plane
All
equation
Int32*
특성

적용 대상

ClipPlanex(All, Int32[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClipPlanex", Version="1.1")]
public static void ClipPlanex (OpenTK.Graphics.ES11.All plane, int[] equation);
static member ClipPlanex : OpenTK.Graphics.ES11.All * int[] -> unit

매개 변수

plane
All
equation
Int32[]
특성

적용 대상