OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Interface for custom composition passes, allowing custom operations (in addition to the quad, scene and clear operations) in composition passes. More...
#include <OgreCustomCompositionPass.h>
Public Member Functions | |
virtual CompositorInstance::RenderSystemOperation * | createOperation (CompositorInstance *instance, const CompositionPass *pass)=0 |
Create a custom composition operation. | |
Interface for custom composition passes, allowing custom operations (in addition to the quad, scene and clear operations) in composition passes.
|
pure virtual |
Create a custom composition operation.
pass | The CompositionPass that triggered the request |
instance | The compositor instance that this operation will be performed in This call only happens once during creation. The RenderSystemOperation will get called each render. |