Click or drag to resize

glDisable Method

Disable a server-side GL capability.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Disable(
	glCapability capability
)

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

Reference