micahpearlman / MonkVG

MonkVG is an OpenVG 1.1 like vector graphics API implementation optimized for game use currently using an OpenGL ES backend that should be compatible with any HW that supports OpenGL ES 2.0 which includes most iOS and Android devices.
Other
376 stars 66 forks source link

Take long time in setCurrentProgram(). #25

Open rhcad opened 10 years ago

rhcad commented 10 years ago

I have created TouchVGAnimation project to apply MonkVG. I found a issus of taking long time to upload GL program data to GPU. Can we cache something to avoid upload data repeatly?

Profile screen shot

Thanks!