PSP2SDK  dirty-f9e4f2d
The free SDK for PSP2
Data Fields
SceDisplayFrameBuf Struct Reference

#include <display.h>

Data Fields

SceSize size
 sizeof(SceDisplayFrameBuf)
void * base
 Pointer to framebuffer.
unsigned int pitch
 pitch pixels
unsigned int pixelformat
 use PSP2_DISPLAY_PIXELFORMAT_A8B8G8R8
unsigned int width
 framebuffer width
unsigned int height
 framebuffer height

Detailed Description

Structure used with sceDisplaySetFrameBuf to set/update framebuffer. Original screen resolution is 960x544, but the following resolutions can also be supplied as width and height : 480x272, 640x368, 720x408

Note:
- This structure is returned by sceDisplayGetFrameBuf

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines