OpenGL.GL.EXT.pixel_transform
OpenGL extension EXT.pixel_transform
This module customises the behaviour of the
OpenGL.raw.GL.EXT.pixel_transform to provide a more
Python-friendly API
Overview (from the spec)
This extension provides support for scaling, rotation, translation and
shearing of two-dimensional pixel rectangles in the pixel rasterizer.
The transformation is defined via a 4x4 matrix, where only those entries
which apply as a 2D affine transformation will be accepted and used.
These matrices can be manipulated using the same functions as the other
OpenGL matrix stacks.
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/EXT/pixel_transform.txt
Functions
Constants
GL_AVERAGE_EXT (33589)
GL_CUBIC_EXT (33588)
GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT (33591)
GL_PIXEL_CUBIC_WEIGHT_EXT (33587)
GL_PIXEL_MAG_FILTER_EXT (33585)
GL_PIXEL_MIN_FILTER_EXT (33586)
GL_PIXEL_TRANSFORM_2D_EXT (33584)
GL_PIXEL_TRANSFORM_2D_MATRIX_EXT (33592)
GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT (33590)