fix issue vulkan crash on open shader materials
This commit is contained in:
parent
bf309b8a13
commit
3e7c5d2ca5
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ public:
|
|||
FUNC2(shader_set_code, RID, const String &)
|
||||
FUNC1RC(String, shader_get_code, RID)
|
||||
|
||||
FUNC2C(shader_get_param_list, RID, List<PropertyInfo> *)
|
||||
FUNC2SC(shader_get_param_list, RID, List<PropertyInfo> *)
|
||||
|
||||
FUNC3(shader_set_default_texture_param, RID, const StringName &, RID)
|
||||
FUNC2RC(RID, shader_get_default_texture_param, RID, const StringName &)
|
||||
|
|
Loading…
Reference in a new issue