Class
GskNglRenderer
since: 4.2
Description [src]
final class Gsk.NglRenderer : Gsk.Renderer
{
/* No available fields */
}
A GL based renderer.
See GskRenderer
.
Available since: 4.2
Instance methods
Methods inherited from GskRenderer (7)
gsk_renderer_get_surface
Retrieves the surface that the renderer is associated with.
gsk_renderer_is_realized
Checks whether the renderer is realized or not.
gsk_renderer_realize
Creates the resources needed by the renderer.
gsk_renderer_realize_for_display
Creates the resources needed by the renderer.
since: 4.14
gsk_renderer_render
Renders the scene graph, described by a tree of GskRenderNode
instances
to the renderer’s surface, ensuring that the given region gets redrawn.
gsk_renderer_render_texture
Renders a scene graph, described by a tree of GskRenderNode
instances,
to a texture.
gsk_renderer_unrealize
Releases all the resources created by gsk_renderer_realize()
.
Properties
Properties inherited from GskRenderer (2)
Gsk.Renderer:realized
Whether the renderer has been associated with a surface or draw context.
Gsk.Renderer:surface
The surface associated with renderer.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.