27 #ifndef _CEGUIRenderEffect_h_
28 #define _CEGUIRenderEffect_h_
30 #include "CEGUI/Base.h"
53 virtual int getPassCount()
const = 0;
68 virtual void performPreRenderFunctions(
const int pass) = 0;
80 virtual void performPostRenderFunctions() = 0;
133 #endif // end of guard _CEGUIRenderEffect_h_
Interface for objects that hook into RenderingWindow to affect the rendering process, thus allowing various effects to be achieved.
Definition: RenderEffect.h:40
Definition: MemoryAllocatedObject.h:109
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Abstract class defining the interface for objects that buffer geometry for later rendering.
Definition: GeometryBuffer.h:42
RenderingWindow is a RenderingSurface that can be "drawn back" onto another RenderingSurface and is p...
Definition: RenderingWindow.h:50