 | glEnable Method |
Enable a server-side GL capability.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Enable(
glCapability capability
)
Public Shared Sub Enable (
capability As glCapability
)
public:
static void Enable(
glCapability capability
)
static member Enable :
capability : glCapability -> unit
Parameters
- capability
- Type: OooglesglCapability
the GL capability to enable.
Remarks
Use
IsEnabled(glCapability) to determine the current setting of any capability.
The initial value for each capability with the exception of
Dither is False.
The initial value for
Dither is True.
OpenGL API: glEnable
See Also