From ed5d6dfa2ed08c5a9185f3eb4ffb4deb898ed2af Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 22 Feb 2025 23:11:15 +1100 Subject: move shadows to a fullscreen buffer --- model.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'model.hpp') diff --git a/model.hpp b/model.hpp index 7417e51..022ec27 100644 --- a/model.hpp +++ b/model.hpp @@ -97,6 +97,7 @@ struct Material_Loader : public Asset_Loader { struct Model_Resources { Texture_Id env_cubemap; + Texture_Id shadows; Sampler_Id sampler; Buffer_Id vp; Buffer_Id globals; -- cgit v1.2.3-54-g00ecf