glDrawPixels ( width height format type pixels -- )


Vocabulary
opengl.gl

Inputs
widthan object
heightan object
formatan object
typean object
pixelsan object


Outputs
None

Definition


LIBRARY: gl FUNCTION: void glDrawPixels
( GLsizei width, GLsizei height, GLenum format, GLenum type,
GLvoid* pixels )