Click or drag to resize

glEnable Method

Enable 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 Enable(
	glCapability capability
)

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

Reference