Open
Description
CALayer has multiple rendering paths that operate at different times in different ways.
renderInContext:
draws a layer and its sublayers into a provided contextdisplay
draws a layer into a locally-created context
There is likely a unified rendering pipeline that can be extracted from these two functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment