gl_texture_cache: Fix layered texture attachment base level
The base level is already included in the texture view. If we specify the base level in the texture again, this will end up in the incorrect level and potentially out of bounds.
Please register or sign in to comment