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_handlean object
gl_targetan object
widthan object
heightan object
x_pot_wastean object
y_pot_wastean object
formatan object


Outputs
CoglHandlean object


Definition


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 )