Cogl.Display – doc Reference Manual
Packages
doc
Cogl
Display
Display
get_renderer
set_onscreen_template
setup
Display
Object Hierarchy:
Description:
public
class
Display
:
Object
Namespace:
Cogl
Package:
doc
Content:
Creation methods:
public
Display
(
Renderer
renderer,
OnscreenTemplate
onscreen_template)
Explicitly allocates a new
Display
object to encapsulate the common state of the display pipeline that applies to the whole application.
Methods:
public
weak
Renderer
get_renderer
()
Queries the
Renderer
associated with the given
this
.
public
void
set_onscreen_template
(
OnscreenTemplate
onscreen_template)
Specifies a template for creating
Onscreen
framebuffers.
public
Bool
setup
()
throws
Error
Explicitly sets up the given
this
object.
Inherited Members:
All known members inherited from class Cogl.Object
value_set_object