phoboslab / Ejecta

A Fast, Open Source JavaScript, Canvas & Audio Implementation for iOS
2.81k stars 322 forks source link

`gl.isBuffer(...)` is unimplemented? #656

Closed nikki93 closed 7 years ago

nikki93 commented 7 years ago

Was just going through the code and noticed gl.isBuffer(...) is unimplemented? 😮

nikki93 commented 7 years ago

Actually oops, the is... functions are done using a macro, nvm, I was doing a naive grep.