 | 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)
Syntaxpublic static bool IsEnabled(
glCapability capability
)
Public Shared Function IsEnabled (
capability As glCapability
) As Boolean
public:
static bool IsEnabled(
glCapability capability
)
static member IsEnabled :
capability : glCapability -> bool
Parameters
- capability
- Type: OooglesglCapability
the GL capability to check.
Return Value
Type:
BooleanTrue if
capability is currently enabled. False otherwise.
RemarksOpenGL API: glIsEnabled
See Also