Cogl.TexturePixmapX11 – doc Reference Manual
Packages
doc
Cogl
TexturePixmapX11
error_quark
TexturePixmapX11
TexturePixmapX11.left
is_using_tfp_extension
set_damage_object
update_area
TexturePixmapX11
Object Hierarchy:
Description:
public
class
TexturePixmapX11
:
Object
Namespace:
Cogl
Package:
doc
Content:
Static methods:
public
static
uint32
error_quark
()
Creation methods:
public
TexturePixmapX11
(
Context
context,
uint32
pixmap,
Bool
automatic_updates)
throws
Error
Creates a texture that contains the contents of
pixmap
.
public
TexturePixmapX11.left
(
Context
context,
uint32
pixmap,
Bool
automatic_updates)
throws
Error
Creates one of a pair of textures to contain the contents of
pixmap
, which has stereo content.
Methods:
public
Bool
is_using_tfp_extension
()
Checks whether the given
this
is using the GLX_EXT_texture_from_pixmap or similar extension to copy the contents of the pixmap to the texture.
public
void
set_damage_object
(
uint32
damage,
TexturePixmapX11ReportLevel
report_level)
Sets the damage object that will be used to track automatic updates to the
this
.
public
void
update_area
(
int
x,
int
y,
int
width,
int
height)
Forces an update of the given
this
so that it is refreshed with the contents of the pixmap that was given to
TexturePixmapX11
.
Inherited Members:
All known members inherited from class Cogl.Object
value_set_object