mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Varying mismatch causing shaders to fail.
This commit is contained in:
parent
19e7490c9a
commit
39dfa8436e
@ -728,7 +728,7 @@ void SceneShaderForwardClustered::init(const String p_defines) {
|
||||
actions.base_texture_binding_index = 1;
|
||||
actions.texture_layout_set = RenderForwardClustered::MATERIAL_UNIFORM_SET;
|
||||
actions.base_uniform_string = "material.";
|
||||
actions.base_varying_index = 11;
|
||||
actions.base_varying_index = 12;
|
||||
|
||||
actions.default_filter = ShaderLanguage::FILTER_LINEAR_MIPMAP;
|
||||
actions.default_repeat = ShaderLanguage::REPEAT_ENABLE;
|
||||
|
Loading…
Reference in New Issue
Block a user