mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 19:12:24 -05:00
Varying mismatch causing shaders to fail.
This commit is contained in:
parent
19e7490c9a
commit
39dfa8436e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue