glFramebufferTexture1D ( target attachment textarget texture level -- )


Vocabulary
opengl.gl

Definition
USING: alien alien.c-types opengl.gl.extensions ;

IN: opengl.gl

: glFramebufferTexture1D
( target attachment textarget texture level -- )
{ "glFramebufferTexture1DEXT" "glFramebufferTexture1D" }
242 gl-function-pointer \ void
{ GLenum GLenum GLenum GLuint GLint } \ cdecl
alien-indirect ;