Allow setting a cubemap as default parameter to shader

This commit is contained in:
Chaosus
2024-08-04 14:43:55 +03:00
parent db76de5de8
commit db251a3f99
13 changed files with 171 additions and 26 deletions

View File

@ -66,7 +66,7 @@ public:
struct DefaultTextureParam {
StringName name;
List<Ref<Texture2D>> params;
List<Ref<Texture>> params;
};
enum VaryingMode {