Fixed ImageFilter timing

This commit is contained in:
Bruno Herbelin
2022-05-07 15:39:06 +02:00
parent 222282dced
commit 82be9326a8
3 changed files with 39 additions and 20 deletions

View File

@@ -78,6 +78,8 @@ public:
inline void setEnabled (bool on) { enabled_ = on; }
inline bool enabled () const { return enabled_; }
void update (float dt);
// set the texture to draw into the framebuffer
void setInputTexture(uint t);