diff options
author | quou <quou@disroot.org> | 2025-02-22 23:11:15 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-02-22 23:25:45 +1100 |
commit | ed5d6dfa2ed08c5a9185f3eb4ffb4deb898ed2af (patch) | |
tree | 29a6dc82b3ccd528c80978dbc5bd6ef8c925f231 /model.hpp | |
parent | ab9ed1ccadbd2c1b971bfbfb5ee651aa03a4a63e (diff) |
move shadows to a fullscreen buffer
Diffstat (limited to 'model.hpp')
-rw-r--r-- | model.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |