alibaba / GCanvas

A lightweight cross-platform graphics rendering engine. (超轻量的跨平台图形引擎) https://alibaba.github.io/GCanvas
Apache License 2.0
1.89k stars 208 forks source link

when build project,opengl extension:glBindVertexArrayOES、glIsVertexArrayOES、glDeleteVertexArraysOES,use of undeclared identifier error #165

Open pba-cra opened 4 years ago

pba-cra commented 4 years ago

GCanvas/core/src/webgl/GCommandDecoderWebGL.cpp:2522:5: error: use of undeclared identifier 'glDeleteVertexArraysOESv'

laole918 commented 4 years ago

https://stackoverflow.com/questions/12490567/android-ndk-glgenvertexarraysoes-not-found

image