TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 222 forks source link

WebGL Mac Texture Issues #28

Open TheCherno opened 9 years ago

TheCherno commented 9 years ago

Sparky WebGL on Mac OS X has fatal issues with textures on all browsers. This results in a black screen on both Safari and Firefox, and severe artifacting as well as colour problems on Chrome.

Whilst Safari and Chrome report no issues in the Javascript console, Firefox logs "Error: WebGL: texImage2D: width must be >= 0". Investigate.