(
GLenum ( map ) , GLfloat * ( data ))-> void
glGetPixelMapuiv(
GLenum ( map ) , GLuint * ( data ))-> void
glGetPixelMapusv(
GLenum ( map ) , GLushort * ( data ))-> void
Parameters Variables Description mapSpecifies the name of the pixel map to return. Accepted values are GL_PIXEL_MAP_I_TO_I , GL_PIXEL_MAP_S_TO_S , GL_PIXEL_MAP_I_TO_R , GL_PIXEL_MAP_I_TO_G , GL_PIXEL_MAP_I_TO_B , GL_PIXEL_MAP_I_TO_A , GL_PIXEL_MAP_R_TO_R , GL_PIXEL_MAP_G_TO_G , GL_PIXEL_MAP_B_TO_B , and GL_PIXEL_MAP_A_TO_A .
dataReturns the pixel map contents.
Sample Code ReferencesThe following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4