#include <effect.hpp>


Definition at line 36 of file effect.hpp.
Private Member Functions | |
| ProcFunc * | resolveProcessor () const |
| implementation of how to resolve the corresponding plugin to yield an actual media data processing function. | |
| Proc::ProcFunc * asset::Effect::resolveProcessor | ( | ) | const [private, virtual] |
implementation of how to resolve the corresponding plugin to yield an actual media data processing function.
Implements asset::Proc.
Definition at line 29 of file effect.cpp.
1.5.6