|
MoSync 3.0.1
|
A structure containing information about the native framebuffer, including color format and resolution. More...
#include <maapi.h>
Public Attributes | |
| int | sizeInBytes |
| int | bytesPerPixel |
| int | bitsPerPixel |
| int | redMask |
| int | redShift |
| int | redBits |
| int | greenMask |
| int | greenShift |
| int | greenBits |
| int | blueMask |
| int | blueShift |
| int | blueBits |
| int | width |
| int | height |
| int | pitch |
| int | supportsGfxSyscalls |
A structure containing information about the native framebuffer, including color format and resolution.
The 'sizeInBytes' field is the amount of bytes that should be used to allocate the offscreen framebuffer (a backbuffer).