Package: gsk
Function gsk:renderer-render
Lambda Listgsk:renderer-render (renderer root &optional region) ArgumentsDetails Renders the scene graph, described by a tree of gsk:render-node
instances, ensuring that the given region gets redrawn.
Renderers must ensure that changes of the contents given by the root node as well as the area given by region are redrawn. They are however free to
not redraw any pixel outside of region if they can guarantee that it did not
change. The renderer will acquire a reference on the gsk:render-node tree while the rendering is in progress. | See also |
#2024-11-7