raygui-widget
|
#include <glfw3.h>
Public Attributes | |
int | width |
int | height |
unsigned char * | pixels |
Image data.
This describes a single 2D image. See the documentation for each related function what the expected pixel format is.
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.