summaryrefslogtreecommitdiff
path: root/scene.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-02-22 18:16:05 +1100
committerquou <quou@disroot.org>2025-02-22 18:16:37 +1100
commitab9ed1ccadbd2c1b971bfbfb5ee651aa03a4a63e (patch)
treef08cddeb3f6ecb668dbac536d0ee2c533b0a55ee /scene.hpp
parentb10d6e5857481d4b018547c66585fd4f84a85937 (diff)
shader globals
Diffstat (limited to 'scene.hpp')
-rw-r--r--scene.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scene.hpp b/scene.hpp
index 6706899..8056e54 100644
--- a/scene.hpp
+++ b/scene.hpp
@@ -9,7 +9,6 @@
struct Arena;
struct Camera;
-struct Lighting;
struct Model_Instance;
struct Model_Scene;
struct World;
@@ -25,8 +24,6 @@ struct C_Model {
void update_scene(
Model_Scene& ms,
Device* dev,
- const Lighting& lighting,
- const Camera& cam,
World& w
);
std::pair<Entity_Id, int> scene_pick(