Paint objects
<clutter-paint-node>
is an element in the render graph.
The render graph contains all the elements that need to be painted by Clutter when submitting a frame to the graphics system.
The render graph is distinct from the scene graph: the scene graph is composed by actors, which can be visible or invisible; the scene graph elements also respond to events. The render graph, instead, is only composed by nodes that will be painted.
Each <clutter-actor>
can submit multiple
<clutter-paint-node>
s to the render graph.
<clutter-paint-node>
) (name mchars
)Sets a user-readable name for node.
The name will be used for debugging purposes.
The node will copy the passed string.
- node
- a
<clutter-paint-node>
- name
- a string annotating the node
Since 1.10