picogl.backend.gl.state.client ============================== .. py:module:: picogl.backend.gl.state.client .. autoapi-nested-parse:: Enumeration for representing OpenGL client states. This module defines an enumeration for the OpenGL client states used in rendering operations. These states specify different types of vertex array data that can be enabled or disabled in an OpenGL context. Classes ------- .. autoapisummary:: picogl.backend.gl.state.client.GLClientState Module Contents --------------- .. py:class:: GLClientState Bases: :py:obj:`enum.IntEnum` Enum defining GLClientState enums .. py:attribute:: VERTEX .. py:attribute:: NORMAL .. py:attribute:: COLOR .. py:attribute:: TEXCOORD