Renderer
GskRenderer is a class that renders a scene graph defined via a tree of class@Gsk.RenderNode instances.
Typically you will use a GskRenderer instance to repeatedly call method@Gsk.Renderer.render to update the contents of its associated class@Gdk.Surface.
It is necessary to realize a GskRenderer instance using method@Gsk.Renderer.realize before calling method@Gsk.Renderer.render, in order to create the appropriate windowing system resources needed to render the scene.
Skipped during bindings generation
- method - realized: Property has no getter nor setter
Inheritors
Constructors
Types
Functions
Checks whether the @renderer is realized or not.
Creates the resources needed by the @renderer to render the scene graph.
Renders the scene graph, described by a tree of GskRenderNode instances to the renderer's surface,  ensuring that the given @region gets redrawn.
Renders the scene graph, described by a tree of GskRenderNode instances, to a GdkTexture.