Merge pull request #50193 from reduz/fix-command-queue-crash
Fix Command Queue Crash
This commit is contained in:
commit
48a5226829
8 changed files with 80 additions and 24 deletions
|
|
@ -79,6 +79,8 @@ class ShaderMaterial : public Material {
|
|||
GDCLASS(ShaderMaterial, Material);
|
||||
Ref<Shader> shader;
|
||||
|
||||
Map<StringName, Variant> param_cache;
|
||||
|
||||
protected:
|
||||
bool _set(const StringName &p_name, const Variant &p_value);
|
||||
bool _get(const StringName &p_name, Variant &r_ret) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue