picogl.backend.legacy.core.attribute_binder

Classes

LegacyAttributeBinder

Legacy client-state and vertex attribute pointer operations.

Module Contents

class picogl.backend.legacy.core.attribute_binder.LegacyAttributeBinder[source]

Legacy client-state and vertex attribute pointer operations.

static enable_vertex_array()[source]
static disable_vertex_array()[source]
static set_vertex_pointer(data)[source]
static enable_normal_array()[source]
static disable_normal_array()[source]
static set_normal_pointer(data)[source]
static enable_color_array()[source]
static disable_color_array()[source]
static set_color_pointer(data, size)[source]
static enable_texcoord_array()[source]
static disable_texcoord_array()[source]
static set_texcoord_pointer(data)[source]