共用方式為


GL.GetClipPlanex 方法

定義

多載

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

GetClipPlanex(All, Int32[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetClipPlanex", Version="1.1")]
public static void GetClipPlanex (OpenTK.Graphics.ES11.All pname, int[] eqn);
static member GetClipPlanex : OpenTK.Graphics.ES11.All * int[] -> unit

參數

pname
All
eqn
Int32[]
屬性

適用於

GetClipPlanex(All, Int32*)

重要

此 API 不符合 CLS 規範。

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

參數

pname
All
eqn
Int32*
屬性

適用於

GetClipPlanex(All, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetClipPlanex", Version="1.1")]
public static void GetClipPlanex (OpenTK.Graphics.ES11.All pname, out int eqn);
static member GetClipPlanex : OpenTK.Graphics.ES11.All *  -> unit

參數

pname
All
eqn
Int32
屬性

適用於