libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moRenderManager.h File Reference
#include <moTextureManager.h>
#include <moGUIManager.h>
#include <moBuckets.h>

Go to the source code of this file.

Classes

class  moResolution
 
class  moRenderClip
 
class  moDisplay
 
class  moRenderOutputConfiguration
 
class  moRenderManager
 

Macros

#define MO_RENDER_RESOLUTION   0
 
#define MO_SCREEN_RESOLUTION   1
 
#define MO_RENDER_TO_TEXTURE_FBSCREEN   0
 
#define MO_RENDER_TO_TEXTURE_FBOBJECT   1
 

Enumerations

enum  moRenderManagerMode { RENDERMANAGER_MODE_NORMAL =0, RENDERMANAGER_MODE_FRAMEBUFFER =1, RENDERMANAGER_MODE_VDPAU =2 }
 
enum  moRenderOutputMode { MO_RENDER_OUTPUT_MODE_NORMAL, MO_RENDER_OUTPUT_MODE_ADVANCED }
 

Functions

 moDeclareExportedDynamicArray (moRenderClip *, moRenderClips)
 
 moDeclareExportedDynamicArray (moDisplay *, moDisplays)
 

Macro Definition Documentation

#define MO_RENDER_RESOLUTION   0

Definition at line 42 of file moRenderManager.h.

#define MO_RENDER_TO_TEXTURE_FBOBJECT   1

Definition at line 46 of file moRenderManager.h.

#define MO_RENDER_TO_TEXTURE_FBSCREEN   0

Definition at line 45 of file moRenderManager.h.

#define MO_SCREEN_RESOLUTION   1

Definition at line 43 of file moRenderManager.h.

Enumeration Type Documentation

Enumerator
RENDERMANAGER_MODE_NORMAL 
RENDERMANAGER_MODE_FRAMEBUFFER 
RENDERMANAGER_MODE_VDPAU 

Definition at line 48 of file moRenderManager.h.

Enumerator
MO_RENDER_OUTPUT_MODE_NORMAL 
MO_RENDER_OUTPUT_MODE_ADVANCED 

rsolution ouput to display output

clip based.... each clip is a subsection of render resolution to a display resolution

Definition at line 56 of file moRenderManager.h.

Function Documentation

moDeclareExportedDynamicArray ( moRenderClip ,
moRenderClips   
)
moDeclareExportedDynamicArray ( moDisplay ,
moDisplays   
)