picogl.backend.gl.resource
Module providing the base class for OpenGL-managed resources.
This module includes the GLResource class, which serves as a base class for all objects that are owned and managed by an OpenGL context. It ensures that objects are properly associated with the OpenGL context in which they were created and provides utility functions to validate that context.
Classes
Base class for all gl-owned objects. |