Crazy Eddie's GUI System 0.8.7
|
Templatised RenderEffectFactory subclass used internally by the system. More...
#include <RenderEffectFactory.h>
Public Member Functions | |
RenderEffect & | create (Window *window) |
Create an instance of the RenderEffect that this factory creates. | |
void | destroy (RenderEffect &effect) |
Destroy an instance of the RenderEffect that this factory creates. | |
![]() | |
virtual | ~RenderEffectFactory () |
base class virtual destructor. | |
![]() |
Templatised RenderEffectFactory subclass used internally by the system.
|
virtual |
Create an instance of the RenderEffect that this factory creates.
Implements CEGUI::RenderEffectFactory.
|
virtual |
Destroy an instance of the RenderEffect that this factory creates.
Implements CEGUI::RenderEffectFactory.