summaryrefslogtreecommitdiff
path: root/gfx/renderable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/renderable.h')
-rw-r--r--gfx/renderable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/renderable.h b/gfx/renderable.h
index 140c570..d7f593a 100644
--- a/gfx/renderable.h
+++ b/gfx/renderable.h
@@ -13,6 +13,7 @@ public:
virtual ~Renderable() = default;
DEFAULT_MOVE_COPY(Renderable);
+ virtual void preFrame(const Frustum &);
virtual void render(const SceneShader & shader, const Frustum &) const = 0;
virtual void lights(const SceneShader & shader) const;
virtual void shadows(const ShadowMapper & shadowMapper, const Frustum &) const;