You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be used to pre-render something so it doesn't need to be redrawn each frame.
Another usage is multipass shaders.
One problem with the component is that it renders both the node as well as its children in the framebuffer, but it doesn't use a stack. So if a child also uses drawon, things might get problematic.
The same problem happens with nested mask components.