MoSync 3.0.1
MAFrameBufferInfo Struct Reference

A structure containing information about the native framebuffer, including color format and resolution. More...

#include <maapi.h>

List of all members.

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

Detailed Description

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


Member Data Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines