Skip to content
  • Georges Basile Stavracas Neto's avatar
    clutter/paint-nodes: Expose ClutterRootNode · b63e1045
    Georges Basile Stavracas Neto authored
    The ClutterRootNode paint node is theoretically the
    top-most node of a paint nodes tree, except that we
    are not in the point of having full rendering trees
    in Clutter (all rendering performed by paint nodes
    is still local and immediate).
    
    When controlling the rendering tree, MetaShapedTexture
    may need to paint into an offscreen framebuffer under
    some circumstations.
    
    Expose ClutterRootNode so that MetaShapedTexture can
    use it to render to offscreen framebuffers.
    
    !405
    b63e1045