glTexSubImage1D ( target level xoffset width format type pixels -- )


Vocabulary
opengl.gl

Inputs
targetan object
levelan object
xoffsetan object
widthan object
formatan object
typean object
pixelsan object


Outputs
None

Definition


LIBRARY: gl FUNCTION: void glTexSubImage1D
( GLenum target, GLint level, GLint xoffset, GLsizei width,
GLenum format, GLenum type, GLvoid* pixels )