picogl.backend.gl.enums.buffer_target ===================================== .. py:module:: picogl.backend.gl.enums.buffer_target .. autoapi-nested-parse:: Provides an enumeration for OpenGL buffer targets. This module defines the GLBufferTarget enumeration that maps to various OpenGL buffer target constants. These constants are used to specify the target to which an OpenGL buffer object is bound. Classes ------- .. autoapisummary:: picogl.backend.gl.enums.buffer_target.GLBufferTarget Module Contents --------------- .. py:class:: GLBufferTarget Bases: :py:obj:`enum.IntEnum` gl Buffer Target .. py:attribute:: ARRAY .. py:attribute:: ELEMENT .. py:attribute:: UNIFORM .. py:attribute:: SHADER_STORAGE