Data Fields
GLFWimage Struct Reference

Image data.

Data Fields

int width
 
int height
 
unsigned char * pixels
 

Field Documentation

◆ height

int GLFWimage::height

The height, in pixels, of this image.

◆ pixels

unsigned char* GLFWimage::pixels

The pixel data of this image, arranged left-to-right, top-to-bottom.

◆ width

int GLFWimage::width

The width, in pixels, of this image.


The documentation for this struct was generated from the following file: