共用方式為


GL.Disable 方法

定義

多載

Disable(All)
已淘汰.
Disable(EnableCap)

Disable(All)

警告

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDisable", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void Disable (OpenTK.Graphics.ES20.All cap);
static member Disable : OpenTK.Graphics.ES20.All -> unit

參數

cap
All
屬性

適用於

Disable(EnableCap)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDisable", Version="2.0")]
public static void Disable (OpenTK.Graphics.ES20.EnableCap cap);
static member Disable : OpenTK.Graphics.ES20.EnableCap -> unit

參數

cap
EnableCap
屬性

適用於