From 5a1275f661f2d879411411a1376b790f8aec7947 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 21 Aug 2022 20:27:25 -0500 Subject: add glfw library --- libs/glfw-3.3.8/docs/html/structGLFWimage.html | 146 +++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 libs/glfw-3.3.8/docs/html/structGLFWimage.html (limited to 'libs/glfw-3.3.8/docs/html/structGLFWimage.html') diff --git a/libs/glfw-3.3.8/docs/html/structGLFWimage.html b/libs/glfw-3.3.8/docs/html/structGLFWimage.html new file mode 100644 index 0000000..672209d --- /dev/null +++ b/libs/glfw-3.3.8/docs/html/structGLFWimage.html @@ -0,0 +1,146 @@ + + + + + + + +GLFW: GLFWimage Struct Reference + + + + + + + + + + +
+ + + + + + + + + +
+
+ + +
+ +
+ +
+
+ +
GLFWimage Struct Reference
+
+
+ +

Image data. + More...

+ +

#include <glfw3.h>

+ + + + + + + + +

+Data Fields

int width
 
int height
 
unsigned char * pixels
 
+

Detailed Description

+

This describes a single 2D image. See the documentation for each related function what the expected pixel format is.

+
See also
Custom cursor creation
+
+Window icon
+
Since
Added in version 2.1. GLFW 3: Removed format and bytes-per-pixel members.
+

Field Documentation

+ +

◆ width

+ +
+
+ + + + +
int GLFWimage::width
+
+

The width, in pixels, of this image.

+ +
+
+ +

◆ 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.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + -- cgit v1.2.1