oframe / ogl

Minimal WebGL Library
https://oframe.github.io/ogl/examples
3.77k stars 213 forks source link

Fix fluid example on iOS Safari #104

Closed terkelg closed 3 years ago

terkelg commented 3 years ago

This is a fix for TypeError: null is not an object. On iOS Safari rgba is null (as expected from getSupportedFormat) but trying to access properties on null cause Safari to throw.

gordonnl commented 3 years ago

cheers mate!