Image data.
Data Fields | |
| int | width |
| int | height |
| unsigned char * | pixels |
| int GLFWimage::height |
The height, in pixels, of this image.
| unsigned char* GLFWimage::pixels |
The pixel data of this image, arranged left-to-right, top-to-bottom.
| int GLFWimage::width |
The width, in pixels, of this image.
Last update on Fri Oct 4 2019 for GLFW 3.2.0