次の方法で共有


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

適用対象