Steppable 0.0.1
A CAS project written from scratch in C++
|
Image data. More...
#include <glfw3.h>
Public Attributes | |
int | width |
int | height |
unsigned char * | pixels |
Image data.
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.