 | glDisable Method |
Disable a server-side GL capability.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Disable(
glCapability capability
)
Public Shared Sub Disable (
capability As glCapability
)
public:
static void Disable(
glCapability capability
)
static member Disable :
capability : glCapability -> unit
Parameters
- capability
- Type: OooglesglCapability
the GL capability to disable.
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: glDisable
See Also