Defined in pyglet.gl.glu_info
have_extension
(self, extension)¶Determine if a GLU extension is available.
Parameters: | extension (str) – The name of the extension to test for, including its
GLU_ prefix. |
---|---|
Returns: | True if the extension is provided by the implementation. |
Return type: | bool |