Skip to content
Amr Aboelela edited this page Mar 17, 2015 · 1 revision

Parent page: CoreAnimation

  • CARenderLayer is a node in the Render Tree.
  • CARenderLayer holds the CGLayer and CGContext which is ready to be rendered to the Window Context.
  • BackingStore is saved in CARenderLayer, which holds the contents of the corresponding CALayer, and all its sublayers. It is a cache ready to be displayed (composited) into the screen.

##See also

Clone this wiki locally