Surface. More...
#include <shbeu.h>
Data Fields | |
ren_vid_format_t | format |
Surface format. | |
int | w |
Width of active surface in pixels. | |
int | h |
Height of active surface in pixels. | |
int | pitch |
Width of surface in pixels. | |
void * | py |
Address of Y or RGB plane. | |
void * | pc |
Address of CbCr plane (ignored for RGB). | |
void * | pa |
Address of Alpha plane (ignored). |
Surface.