regl icon indicating copy to clipboard operation
regl copied to clipboard

Investigate VAO support

Open mikolalysenko opened this issue 7 years ago • 5 comments

On some mobile devices apparently they can be much faster than manually binding vertex attributes.

mikolalysenko avatar Sep 02 '16 15:09 mikolalysenko

We have some serious performance issues in Safari, and adding support for VAOs may be the solution to that problem.

Erkaman avatar Sep 11 '16 17:09 Erkaman

Is there anyway we can prioritize this? I'd love to make this happen!

jwerle avatar May 04 '17 17:05 jwerle

@mikolalysenko i'll have a PR up shortly!

jwerle avatar May 08 '17 21:05 jwerle

@jwerle I can help contribute to your effort here if you need a hand. I unfortunately just noticed this issue after trying a bunch of hacks to improve mobile performance.

Looks like you had another branch in the works https://github.com/regl-project/regl/pull/411#issuecomment-323074236 Let me know if you need another pair of eyes or would like to hand it off.

kevzettler avatar Sep 15 '17 03:09 kevzettler

I'd love another pair of eyes. We're actually using a fork of regl at github.com/littlstar/regl that contains this work. I closed the PR because it didn't seem likely to get merged in anymore

On Thu, Sep 14, 2017, 23:16 Kev Zettler [email protected] wrote:

@jwerle https://github.com/jwerle I can help contribute to your effort here if you need a hand. I unfortunately just noticed this issue after trying a bunch of hacks to improve mobile performance.

Looks like you had another branch in the works #411 (comment) https://github.com/regl-project/regl/pull/411#issuecomment-323074236 Let me know if you need another pair of eyes or would like to hand it off.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/regl-project/regl/issues/312#issuecomment-329668834, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZSvSLBdeJEl4JSoaycaxAQF7b9RzOGks5siewGgaJpZM4JzzMu .

jwerle avatar Sep 15 '17 11:09 jwerle