constants Package

constants Package

egl Module

This module contains integer constants from a C header file named something like egl.h.

pi3d.constants.egl.EGLDisplay

alias of pi3d.constants.egl.LP__EGLDisplay

pi3d.constants.egl.EGLConfig

alias of pi3d.constants.egl.LP__EGLConfig

pi3d.constants.egl.EGLSurface

alias of pi3d.constants.egl.LP__EGLSurface

pi3d.constants.egl.EGLContext

alias of pi3d.constants.egl.LP__EGLContext

pi3d.constants.egl.set_egl_function_args(egl)[source]

typedef int EGLBoolean; typedef int32_t EGLint; typedef void *EGLDisplay; typedef void *EGLConfig; typedef void *EGLSurface; typedef void *EGLContext;

gl Module

This module contains integer constants from a C header file named something like gl.h.

pi3d.constants.gl.set_gles_function_args(gles)[source]

gl2 Module

This module contains integer constants from a C header file named something like gl2.h.

gl2ext Module

This module contains integer constants from a C header file named something like gl2ext.h.

glext Module

This module contains integer constants from a C header file named something like glext.h.