My code looks like this:
var image = require('baboon-image')
var tex = require('gl-texture2d')(gl, image)
And the image is stored on the GPU sideways. Seems like an unusual way of doing things. Any reasoning for this? Version 1.0.1 doesn't present this problem.

EDIT: Seems to happen on the example in the readme, too.
My code looks like this:
And the image is stored on the GPU sideways. Seems like an unusual way of doing things. Any reasoning for this? Version
1.0.1doesn't present this problem.EDIT: Seems to happen on the example in the readme, too.