I am trying to load an image from a camera that is not a power of two using WebGL.Texture.loadWith nonPowerOfTwoOptions. It works fine on desktop in both firefox and chromium, but on android the texture does not render. The console output says the following
The khronos wiki says that it should be possible using the parameter that I think nonPowerOfTwoOptions set
I tried this on my own one plus one running android 6.0.1 and my brothers oneplus 3 running a later android version. It fails in both chromium and firefox.
I am trying to load an image from a camera that is not a power of two using
WebGL.Texture.loadWith nonPowerOfTwoOptions
. It works fine on desktop in both firefox and chromium, but on android the texture does not render. The console output says the followingThe khronos wiki says that it should be possible using the parameter that I think
nonPowerOfTwoOptions
setI tried this on my own one plus one running android 6.0.1 and my brothers oneplus 3 running a later android version. It fails in both chromium and firefox.