You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-30 16:26:50 +00:00
Merge pull request #62251 from RandomShaper/fix_ubershader_signedness_3.5
This commit is contained in:
@@ -194,7 +194,7 @@ bool ShaderGLES3::_bind_ubershader() {
|
||||
// which are more compatible across GL driver vendors.
|
||||
CRASH_COND(new_conditional_version.version >= 0x80000000);
|
||||
#endif
|
||||
glUniform1ui(conditionals_uniform, new_conditional_version.version);
|
||||
glUniform1i(conditionals_uniform, new_conditional_version.version);
|
||||
return bound;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user