Greetings,
I have a snapshot object that I’m applying a filter bloom effect on.
I realize my snapshot object is rather large - screenW/5, screenH*1.2
(screenW variable for display.contentWidth … screenH for height)
I tested on my iPhone 6 and it ran great no slowdown. But on my iPad Mini 2 it slows down to like 5 fps.
I didn’t realize there’d be such a huge difference from iPhone 6 and an iPad Mini 2. Both run same iOS version 9.1
Is this to normal for that effect to have such a difference on those two platforms? I could change the height of the snapshot to something like screenH/2 if that makes a big difference or not… I’d just rather not because I’d have to change a few other parts of my code.