MPKFrame - MPKFrame functional interface.| MPKFrame* | mpkFrameNew(void ); |
| void | mpkFrameDelete(MPKFrame* frame); |
| int | mpkFrameNImages(MPKFrame* frame, int type); |
| MPKImage* | mpkFrameGetImage(MPKFrame* frame, int type, int i); |
| void | mpkFrameAddImage(MPKFrame* frame, int type, MPKImage* image); |
| int | mpkFrameRemoveImage(MPKFrame* frame, int type, MPKImage* image); |
| void | mpkFrameSetFormat(MPKFrame* frame, int format); |
| int | mpkFrameGetFormat(MPKFrame* frame); |
| void | mpkFrameSetRegion(MPKFrame* frame, float region[4]); |
| void | mpkFrameGetRegion(MPKFrame* frame, float region[4]); |
| void | mpkFrameSetUserData(MPKFrame* frame, void* data); |
| void* | mpkFrameGetUserData(MPKFrame* frame); |
type. Accepted values for type are MPK_COLOR_BIT, MPK_DEPTH_BIT and MPK_STENCIL_BIT.ith MPKImage of type. Accepted values for type are MPK_COLOR_BIT, MPK_DEPTH_BIT and MPK_STENCIL_BIT.image of type to this MPKFrame. Accepted values for type are MPK_COLOR_BIT, MPK_DEPTH_BIT and MPK_STENCIL_BIT.image of the specified type from this MPKFrame. Accepted values for type are MPK_COLOR_BIT, MPK_DEPTH_BIT and MPK_STENCIL_BIT.format is a bitwise combination of MPK_COLOR_BIT, MPK_DEPTH_BIT and MPK_STENCIL_BIT.region of the frame. The region describes the 2D fractional viewport with respect to the channel viewport.region of the frame. The region describes the 2D fractional viewport with respect to the channel viewport.frame structure. Transport is done by reference and not by copy.