overlay_uniform_color_clipped was inheriting from overlay_depth_only, which doesn't make much sense. I've changed it to inherit from overlay_uniform_color instead, which is consistent with other \*\_clipped variants of shaders. Pull Request #104761