X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=6698c6f70e6b7cf5ee0752fce39840613295810f;hp=2199a5d8b28d56a1a0fe54c85cc2ae9505ede61d;hb=9b95345e8e1dde29991638ed69def0cf187e28de;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a diff --git a/effect_chain.h b/effect_chain.h index 2199a5d..6698c6f 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -1,5 +1,5 @@ -#ifndef _EFFECT_CHAIN_H -#define _EFFECT_CHAIN_H 1 +#ifndef _MOVIT_EFFECT_CHAIN_H +#define _MOVIT_EFFECT_CHAIN_H 1 #include #include @@ -8,12 +8,9 @@ #include #include -#include "effect.h" #include "image_format.h" -#include "input.h" class Effect; -class EffectChain; class Input; struct Phase; @@ -232,12 +229,10 @@ private: Effect *dither_effect; std::vector inputs; // Also contained in nodes. - - GLuint fbo; std::vector phases; unsigned num_dither_bits; bool finalized; }; -#endif // !defined(_EFFECT_CHAIN_H) +#endif // !defined(_MOVIT_EFFECT_CHAIN_H)