picogl.backend.gl.enums.point_size

GL Point size Enums

Classes

GLPointCapability

Modern point rendering capabilities.

GLLegacyPointCapability

Legacy / deprecated point rendering features.

Module Contents

class picogl.backend.gl.enums.point_size.GLPointCapability[source]

Bases: enum.IntEnum

Modern point rendering capabilities.

PROGRAM_POINT_SIZE[source]
class picogl.backend.gl.enums.point_size.GLLegacyPointCapability[source]

Bases: enum.IntEnum

Legacy / deprecated point rendering features.

POINT_SPRITE[source]
VERTEX_PROGRAM_POINT_SIZE[source]