cogl_texture_3d_new_from_data_EXP ( width height depth flags format internal_format rowstride image_stride data error -- CoglHandle )


Vocabulary
clutter.cogl.ffi

Inputs
widthan object
heightan object
depthan object
flagsan object
formatan object
internal_formatan object
rowstridean object
image_stridean object
dataan object
erroran object


Outputs
CoglHandlean object


Definition


LIBRARY: clutter.cogl FUNCTION: CoglHandle
cogl_texture_3d_new_from_data_EXP
( guint width, guint height, guint depth, CoglTextureFlags
flags, CoglPixelFormat format, CoglPixelFormat
internal_format, guint rowstride, guint image_stride, guint8
data, GError* error )