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: cegui/include/CEGUI/RenderEffect.h:40
Definition: cegui/include/CEGUI/MemoryAllocatedObject.h:109
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
Abstract class defining the interface for objects that buffer geometry for later rendering.
Definition: cegui/include/CEGUI/GeometryBuffer.h:42
RenderingWindow is a RenderingSurface that can be "drawn back" onto another RenderingSurface and is p...
Definition: cegui/include/CEGUI/RenderingWindow.h:50