Skip to content

CALayer's rendering pipeline needs to be cleaned up #2038

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 context
  • display 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

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions