summaryrefslogtreecommitdiff
path: root/model.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-02-22 23:11:15 +1100
committerquou <quou@disroot.org>2025-02-22 23:25:45 +1100
commited5d6dfa2ed08c5a9185f3eb4ffb4deb898ed2af (patch)
tree29a6dc82b3ccd528c80978dbc5bd6ef8c925f231 /model.hpp
parentab9ed1ccadbd2c1b971bfbfb5ee651aa03a4a63e (diff)
move shadows to a fullscreen buffer
Diffstat (limited to 'model.hpp')
-rw-r--r--model.hpp1
1 files changed, 1 insertions, 0 deletions
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;