From fba8184491e0b7ae6fab7ac01b4600d230dc4569 Mon Sep 17 00:00:00 2001 From: marsunet Date: Tue, 21 Dec 2021 17:04:22 -0800 Subject: Initial commit with window demo. --- .../docs/html/structGLFWimage.html | 146 +++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 contrib/glfw/glfw-3.3.5.bin.WIN64/docs/html/structGLFWimage.html (limited to 'contrib/glfw/glfw-3.3.5.bin.WIN64/docs/html/structGLFWimage.html') diff --git a/contrib/glfw/glfw-3.3.5.bin.WIN64/docs/html/structGLFWimage.html b/contrib/glfw/glfw-3.3.5.bin.WIN64/docs/html/structGLFWimage.html new file mode 100644 index 0000000..06e74e5 --- /dev/null +++ b/contrib/glfw/glfw-3.3.5.bin.WIN64/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.3