pex-context icon indicating copy to clipboard operation
pex-context copied to clipboard

Alpha-premult and y-flip are deprecated for non-DOM-Element uploads.

Open vorg opened this issue 6 years ago • 0 comments

I'm getting this error in FF 67 Error: WebGL warning: texImage2D: Alpha-premult and y-flip are deprecated for non-DOM-Element uploads.

Caused by https://github.com/pex-gl/pex-context/blob/master/texture.js#L90 which should be moved to this if check https://github.com/pex-gl/pex-context/blob/master/texture.js#L118

vorg avatar May 24 '19 15:05 vorg