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

适用于