picogl.backend.gl.state.client

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

GLClientState

Enum defining GLClientState enums

Module Contents

class picogl.backend.gl.state.client.GLClientState[source]

Bases: enum.IntEnum

Enum defining GLClientState enums

VERTEX[source]
NORMAL[source]
COLOR[source]
TEXCOORD[source]