From ab9ed1ccadbd2c1b971bfbfb5ee651aa03a4a63e Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 22 Feb 2025 18:16:05 +1100 Subject: shader globals --- scene.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'scene.hpp') 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 scene_pick( -- cgit v1.2.3-54-g00ecf