pombreda / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Core support for instanced draws #601

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We support instanced drawing currently via ANGLE_instanced_arrays, but ES 3.0 
adds support for instancing to core. We'll need to plumb the core entry point 
through to the extension version.

Also be aware that the ES 3.0 version adds support for the gl_InstanceID 
built-in attribute, but support for it is part of another task.

Original issue reported on code.google.com by shannonw...@chromium.org on 1 Apr 2014 at 8:09

GoogleCodeExporter commented 9 years ago
Fixed in issue 863

Original comment by geofflang@chromium.org on 13 Jan 2015 at 5:03

GoogleCodeExporter commented 9 years ago
Whoops, gl_InstanceID support is still pending.

Original comment by geofflang@chromium.org on 13 Jan 2015 at 5:03

GoogleCodeExporter commented 9 years ago
https://chromium-review.googlesource.com/#/c/246911/ implements gl_InstanceID.
gl_VertexID is still missing however it can be implemented in the same way as 
gl_InstanceID.

Original comment by Gregory....@imgtec.com on 6 Feb 2015 at 10:43