8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GL_UNPACK_ROW_LENGTH
GL_UNPACK_ROW_LENGTH allow uploading an image where each row may have some padding after the pixel data for alignment.
Currently, this doesn't work as glium will panic if width * height * <bpp> doesn't equal pixels.len()
glium
width * height * <bpp>
pixels.len()