Click or drag to resize

glIsEnabled Method

Checks if a server-side GL capability is enabled.

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

Parameters

capability
Type: OooglesglCapability
the GL capability to check.

Return Value

Type: Boolean
True if capability is currently enabled. False otherwise.
Remarks
OpenGL API: glIsEnabled
See Also