10#if !defined GUIBITMAPLANE_FBO__H_
11#define GUIBITMAPLANE_FBO__H_
13#include "GUIBitmapPlane_GL.h"
The BitmapPlane Class for OpenGL(ES) with framebuffer object (FBO) support.
Definition: GUIBitmapPlane_FBO.h:20
virtual void CreateRenderSurface()
Inits the Texture Object by actually allocating memory for it.
virtual eC_Bool DrawToBitmap()
CGUIBitmapPlane_FBO(GUIBitmapPlaneID_t uiNewBitmapID, const CGUIObject &rkParentObject, eC_Value vWidth, eC_Value vHeight)
virtual eC_Bool DrawToScreen()
eC_UInt GetRenderSurface()
virtual void DeleteRenderSurface()
Called by the framework to allow derived classes to free memory allocated by the associated render su...
The BitmapPlane Class for GL with pseudo offscreen rendering.
Definition: GUIBitmapPlane_GL.h:21
This is the Guiliani base class all controls are derived from.
Definition: GUIObject.h:79
OpenGL ES 2.x graphics wrapper implementation with FBO support.
Definition: GfxWrapOGLES2.h:21
OpenGL (non-'OpenGL-ES') graphic wrapper.
Definition: GfxWrapOGL.h:17