mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
[3.x] Prevent writing incorrect shader hints
(cherry picked from commit 25e24f2d05
)
This commit is contained in:
parent
9cdaf19735
commit
8d13ed44fc
1 changed files with 1 additions and 0 deletions
|
@ -5996,6 +5996,7 @@ Error ShaderLanguage::_parse_shader(const Map<StringName, FunctionInfo> &p_funct
|
|||
|
||||
} else {
|
||||
_set_error("Expected valid type hint after ':'.");
|
||||
return ERR_PARSE_ERROR;
|
||||
}
|
||||
|
||||
if (uniform2.hint != ShaderNode::Uniform::HINT_RANGE && uniform2.hint != ShaderNode::Uniform::HINT_NONE && uniform2.hint != ShaderNode::Uniform::HINT_COLOR && type <= TYPE_MAT4) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue