have_extension Function

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

Previous topic

get_version Function

Next topic

have_version Function