sinisterchipmunk / jax

Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
http://jaxgl.com
MIT License
96 stars 16 forks source link

GL_INVALID_ENUM error on Safari #31

Closed hiteshjasani closed 12 years ago

hiteshjasani commented 12 years ago

All of the demo apps fail with the following error message on Safari (Version 5.1.1 (7534.51.22)) on OSX Lion.

Error: Error: GL error in jax-canvas: 1280 (GL_INVALID_ENUM)

sinisterchipmunk commented 12 years ago

I am able to reproduce this error in Snow Leopard. It's proving tricky to debug, but wanted to let you know I'm working on it.

hiteshjasani commented 12 years ago

No worries. It's not impacting me as I was just browsing your code and decided to try it out.

sinisterchipmunk commented 12 years ago

I'm about to push Jax v2.0.3, containing this fix.