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

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

Vocabulary
opengl.gl

Inputs

target an object
level an object
xoffset an object
width an object
format an object
type an object
pixels an object

Outputs
None

Definition

USING: alien.c-types alien.syntax ;

IN: opengl.gl

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