OpenGL.extensions
Extension module support methods
This module provides the tools required to check whether
an extension is available
Functions
Classes
class _Alternate(
LateBind
):
__init__(
self
,
name
,
*
alternates
)
Initialize set of alternative implementations of the same function
pullVersion(
self
)
Retrieve 2-int declaration of major/minor GL version
returns [int(major),int(minor)] or False if not loaded