When drawing the image editor the depth of the geometry is set to -1. This will be clipped in Vulkan, but is valid in OpenGL. This PR patches the shader to be inside the range that both Vulkan and OpenGL support. This ensures that images are visible in the image editor. Pull Request: https://projects.blender.org/blender/blender/pulls/113668