Handbook
Glossary
cogl_texture_new_from_foreign ( gl_handle gl_target width height x_pot_waste y_pot_waste format -- CoglHandle )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
gl_handle
an
object
gl_target
an
object
width
an
object
height
an
object
x_pot_waste
an
object
y_pot_waste
an
object
format
an
object
Outputs
CoglHandle
an
object
Definition
USING:
alien.syntax
opengl.gl
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
CoglHandle
cogl_texture_new_from_foreign
(
GLuint
gl_handle,
GLenum
gl_target,
GLuint
width,
GLuint
height,
GLuint
x_pot_waste,
GLuint
y_pot_waste,
CoglPixelFormat
format )