OpenGL.GL.ARB.texture_query_lod
OpenGL extension ARB.texture_query_lod
This module customises the behaviour of the
OpenGL.raw.GL.ARB.texture_query_lod to provide a more
Python-friendly API
Overview (from the spec)
This extension provides a new set of fragment shader texture
functions (textureLOD) that return the results of automatic
level-of-detail computations that would be performed if a texture
lookup were performed.
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/ARB/texture_query_lod.txt