GL.Enable 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
Enable(All) |
Obsolete.
|
Enable(EnableCap) |
Enable(All)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glEnable", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void Enable (OpenTK.Graphics.ES20.All cap);
static member Enable : OpenTK.Graphics.ES20.All -> unit
Parameters
- cap
- All
- Attributes
Applies to
Enable(EnableCap)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glEnable", Version="2.0")]
public static void Enable (OpenTK.Graphics.ES20.EnableCap cap);
static member Enable : OpenTK.Graphics.ES20.EnableCap -> unit
Parameters
- cap
- EnableCap
- Attributes