lion0406 / angleproject

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

glGenVertexArraysOES in windows? #393

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by openal.n...@gmail.com on 7 Jan 2013 at 11:52

GoogleCodeExporter commented 9 years ago
Is there a question here?

The glGenVertexArrayOES would typically only be present when the 
OES_vertex_array_object extension 
(http://www.khronos.org/registry/gles/extensions/OES/OES_vertex_array_object.txt
) is supported. ANGLE doesn't currently support this.

Original comment by dan...@transgaming.com on 7 Jan 2013 at 2:50