From 3b734f0d6b9e28c1f2c4ae54e3f46e573e02f4a5 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Fri, 9 Mar 2018 21:36:10 +0100 Subject: Initial Commit --- glfw-3.2.1/docs/html/structGLFWimage.html | 161 ++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 glfw-3.2.1/docs/html/structGLFWimage.html (limited to 'glfw-3.2.1/docs/html/structGLFWimage.html') diff --git a/glfw-3.2.1/docs/html/structGLFWimage.html b/glfw-3.2.1/docs/html/structGLFWimage.html new file mode 100644 index 0000000..3fcb92e --- /dev/null +++ b/glfw-3.2.1/docs/html/structGLFWimage.html @@ -0,0 +1,161 @@ + + + + + + +GLFW: GLFWimage Struct Reference + + + + + + + + + + + +
+ + + + + + + +
+
+ + +
+ +
+ +
+
+ +
+
GLFWimage Struct Reference
+
+
+ +

Image data. + More...

+ + + + + + + + +

+Data Fields

int width
 
int height
 
unsigned char * pixels
 
+

Detailed Description

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

Field Documentation

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

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