I'm using CoreAnimation to draw things to the screen (e.g. CAShapeLayer, CAReplicatorLayer, CATextLayer).
What is the fastest way to obtain a texture of the drawn content on screen? (way faster than renderInContext which takes up to 2 seconds in my scenario)
Somewhere on my device exists a render buffer with this drawn content and the probably best solution would be to be able to access it.