pyglet.info
Get environment information useful for debugging.
Intended usage is to create a file for bug reports, e.g.:
python -m pyglet.info > info.txt
- dump_backend_platform_api(
- context: OpenGLSurfaceContext,
Dump platform-specific OpenGL details for the active backend.
- Return type:
- dump_gl(
- context: OpenGLSurfaceContext | None = None,
Backward-compatible wrapper for
dump_graphics_api().- Return type:
- dump_gl_platform(
- context: OpenGLSurfaceContext,
Backward-compatible wrapper for
dump_backend_platform_api().- Return type:
- dump_glx(
- context: OpenGLSurfaceContext | None = None,
Backward-compatible wrapper for
dump_backend_glx().- Return type:
- dump_graphics_api(
- context: OpenGLSurfaceContext | None = None,
Dump active graphics API info for the given context.
- Return type:
- dump_wgl(
- context: OpenGLSurfaceContext | None = None,
Backward-compatible wrapper for
dump_backend_wgl().- Return type: