|
luna-sysmgr-common
|
#include <HostBase.h>
Public Attributes | |
| void * | displayBuffer |
| int | displayRowBytes |
| int | displayWidth |
| int | displayHeight |
| int | displayDepth |
| int | displayRedLength |
| int | displayGreenLength |
| int | displayBlueLength |
| int | displayAlphaLength |
Holds information about the device's display
| int HostInfo::displayAlphaLength |
Number of bits within each pixel that are devoted to the alpha channel
| int HostInfo::displayBlueLength |
Number of bits within each pixel that are devoted to the blue channel
| void* HostInfo::displayBuffer |
Pointer to display memory buffer
| int HostInfo::displayDepth |
Number of bits per pixel of the display
| int HostInfo::displayGreenLength |
Number of bits within each pixel that are devoted to the green channel
| int HostInfo::displayHeight |
Display height in number of pixels
| int HostInfo::displayRedLength |
Number of bits within each pixel that are devoted to the red channel
| int HostInfo::displayRowBytes |
Number of bytes per row
Some devices have extra padding memory after each row of actual pixel data to align the start of each row to a more convenient place in memory. This number is the number of actual bytes per row including that padding.
| int HostInfo::displayWidth |
Display width in number of pixels