GL.GetClipPlanex Method

Definition

Overloads

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

Parameters

pname
All
eqn
Int32[]
Attributes

Applies to

GetClipPlanex(All, Int32*)

Important

This API is not CLS-compliant.

[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

Parameters

pname
All
eqn
Int32*
Attributes

Applies to

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

Parameters

pname
All
eqn
Int32
Attributes

Applies to