When binding sRGB textures as attachment to a none-sRGB framebuffer the attachment description didn't match the image view. This results into a validation error. This PR makes sure that the description and image view uses the same VkFormat. Pull Request: https://projects.blender.org/blender/blender/pulls/130730