Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
GLFWimage Struct Reference

Image data. More...

#include <glfw3.h>

Public Attributes

int width
 
int height
 
unsigned char * pixels
 

Detailed Description

Image data.

See also
cursor_custom
Since
Added in version 2.1. @glfw3 Removed format and bytes-per-pixel members.

Member Data 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:
Untitled