次の方法で共有


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[]
属性

適用対象