Packages
cogl-1.0
Cogl
Texture
Texture.from_bitmap
Texture.from_data
Texture.from_file
Texture.from_sub_texture
Texture.with_size
get_data
get_format
get_height
get_max_waste
get_rowstride
get_width
is_sliced
set_region
Texture.from_data
Description:
public
Texture.from_data
(
uint
width,
uint
height,
TextureFlags
flags,
PixelFormat
format,
PixelFormat
internal_format,
uint
rowstride,
uchar
[] data)