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