diff options
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; |