次の方法で共有


GL.GetClipPlane メソッド

定義

オーバーロード

GetClipPlane(All, Single)
GetClipPlane(All, Single*)
GetClipPlane(All, Single[])

GetClipPlane(All, Single)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetClipPlanef", Version="1.1")]
public static void GetClipPlane (OpenTK.Graphics.ES11.All pname, out float equation);
static member GetClipPlane : OpenTK.Graphics.ES11.All *  -> unit

パラメーター

pname
All
equation
Single
属性

適用対象

GetClipPlane(All, Single*)

重要

この API は CLS 準拠ではありません。

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetClipPlanef", Version="1.1")]
[System.CLSCompliant(false)]
public static void GetClipPlane (OpenTK.Graphics.ES11.All pname, float* equation);
static member GetClipPlane : OpenTK.Graphics.ES11.All * nativeptr<single> -> unit

パラメーター

pname
All
equation
Single*
属性

適用対象

GetClipPlane(All, Single[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetClipPlanef", Version="1.1")]
public static void GetClipPlane (OpenTK.Graphics.ES11.All pname, float[] equation);
static member GetClipPlane : OpenTK.Graphics.ES11.All * single[] -> unit

パラメーター

pname
All
equation
Single[]
属性

適用対象