Class

GskNglRenderer

since: 4.0

Description

final class Gsk.NglRenderer : Gsk.Renderer
{
  /* No available fields */
}
No description available.

Available since: 4.0

Hierarchy

hierarchy this GskNglRenderer ancestor_0 GskRenderer ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Constructors

gsk_ngl_renderer_new

Same as gsk_gl_renderer_new().

deprecated: 4.4 since: 4.0

Instance methods

Methods inherited from GskRenderer (6)
gsk_renderer_get_surface

Retrieves the GdkSurface set using gsk_enderer_realize().

since: 4.0

gsk_renderer_is_realized

Checks whether the renderer is realized or not.

since: 4.0

gsk_renderer_realize

Creates the resources needed by the renderer to render the scene graph.

since: 4.0

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.

since: 4.0

gsk_renderer_render_texture

Renders the scene graph, described by a tree of GskRenderNode instances, to a GdkTexture.

since: 4.0

gsk_renderer_unrealize

Releases all the resources created by gsk_renderer_realize().

since: 4.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from GskRenderer (2)
Gsk.Renderer:realized

Whether the renderer has been associated with a surface or draw context.

since: 4.0

Gsk.Renderer:surface

The surface associated with renderer.

since: 4.0

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.

since: 2.0