picogl.core.texture_clamp ========================= .. py:module:: picogl.core.texture_clamp .. autoapi-nested-parse:: This module provides functionality for handling OpenGL texture clamping constants and related operations. It includes the `GLTextureClamp` class containing clamping constants that can be used in texture operations. Classes: - GLTextureClamp: Represents OpenGL texture clamping constants. Classes ------- .. autoapisummary:: picogl.core.texture_clamp.GLTextureClamp Module Contents --------------- .. py:class:: GLTextureClamp gl Texture Clamping Constants. .. py:attribute:: TO_EDGE .. py:attribute:: TO_BORDER