Public Attributes
GLFWimage Struct Reference

Image data. More...

#include <glfw3.h>

List of all members.

Public Attributes

int height
unsigned char * pixels
int width

Detailed Description

Image data.

Definition at line 1031 of file glfw3.h.


Member Data Documentation

The height, in pixels, of this image.

Definition at line 1038 of file glfw3.h.

unsigned char* GLFWimage::pixels

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

Definition at line 1041 of file glfw3.h.

The width, in pixels, of this image.

Definition at line 1035 of file glfw3.h.


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


librealsense
Author(s): Sergey Dorodnicov , Mark Horn , Reagan Lopez
autogenerated on Tue Jun 25 2019 19:54:41