![]() |
Blamite Game Engine - blam!
00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
|
Base class for Blamite compositor passes. More...
#include <compositor.h>
Public Member Functions | |
BlamCompositorPassType | GetType () const |
Retrieves the type of the compositor pass. More... | |
Protected Member Functions | |
BlamCompositorPassDefinition (BlamCompositorPassType _pass_type, Ogre::CompositorTargetDef *parent_target_def) | |
Constructs a new BlamCompositorPassDefinition. More... | |
Base class for Blamite compositor passes.
When creating any custom passes for OGRE's compositor, it should inherit from this class rather than the default Ogre::CompositorPassDef class.
|
protected |
Constructs a new BlamCompositorPassDefinition.
_pass_type | - The type of the compositor pass. |
parent_target_def | - |
BlamCompositorPassType BlamCompositorPassDefinition::GetType | ( | ) | const |
Retrieves the type of the compositor pass.