Hi,
I am rendering a scene with SkCanvas::drawPath called for each of 10000 SkPath's, with OpenGL as the backend.
Framerate is around 10fps.
Are there ways to optmize this, for example similar to how OpenGL display lists used to work in older code?
Tom