TannerRogalsky / love.js

LÖVE ported to the web using Emscripten
MIT License
493 stars 53 forks source link

"bad name in getProcAddress: glIsVertexArrayOES,glIsVertexArray" #21

Closed rm-code closed 8 years ago

rm-code commented 8 years ago

No idea if this a problem, but it shows up in my javascript console under Chrome.

TannerRogalsky commented 8 years ago

It's not a problem. Just the nature of how GLAD loads GL functions.

rm-code commented 8 years ago

Ok, sorry for the noise then :)