Wizcorp / Ejecta-X

A Fast, Open Source JavaScript, Canvas & Audio Implementation
http://wizcorp.github.io/Ejecta-X
185 stars 51 forks source link

glDetachShader causes problems on some mobile platforms like Kindle Fire... #87

Closed timothyt closed 10 years ago

timothyt commented 10 years ago

... rev 1. Replaced with glDeleteShader. This is the recommended practice. See the comments on : http://stackoverflow.com/questions/9113154/proper-way-to-delete-glsl-shader

aogilvie commented 10 years ago

Nice catch! :+1: