GL.GetClipPlane Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetClipPlane(All, Single) | |
GetClipPlane(All, Single*) | |
GetClipPlane(All, Single[]) |
GetClipPlane(All, Single)
GetClipPlane(All, Single*)
Important
This API is not CLS-compliant.
[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
Parameters
- pname
- All
- equation
- Single*
- Attributes
Applies to
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
Parameters
- pname
- All
- equation
- Single[]
- Attributes