gl_info
- gl_info()[source]
Return formatted information about the current GL implementation.
- Returns:
- str
A formatted string containing information about the current GL implementation.
Notes
This function is used for debugging purposes on your machine. The GL error could be diverse depending the driver, OS, and GL versions. Please report your error to help us improve the compatibility.
Examples
from compas_viewer import Viewer from compas_viewer.utilities import gl_info viewer = Viewer() gl_info()