Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instancing support #27

Open
bryphe opened this issue Oct 15, 2018 · 0 comments
Open

Instancing support #27

bryphe opened this issue Oct 15, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bryphe
Copy link
Member

bryphe commented Oct 15, 2018

ANGLE_Instanced_Arrays are an important feature to pick up for performance - minimizing the amount of data we need to send when rendering large amounts of data. Even for text rendering, this allows us to not need a new quad for every glyph.

We'd need to update our glad wrappers from OpenGL ES2.0 to OpenGL ES3.0 to get access to the drawInstancedPrimitives APIs, and then query for the extension in WebGL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant