Fix sky radiance texunit in compatibility renderer (fixes #114606)

This commit is contained in:
Peter Friedrich
2026-01-08 23:32:15 +01:00
parent 6f15a05b6c
commit 6f2eaf0f8e

View File

@@ -40,7 +40,7 @@ in vec2 uv_interp;
/* clang-format on */
uniform samplerCube radiance; //texunit:-1
uniform samplerCube radiance; //texunit:-2
#ifdef USE_CUBEMAP_PASS
uniform samplerCube half_res; //texunit:-2
uniform samplerCube quarter_res; //texunit:-3