The source project of this merge request has been removed.
ext_external_objects: add mutable flag bit to external images
Added VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT at image creation. According to issue 17 of EXT_external_objects:
Vulkan applications will be required to set the mutable format bit when creating an image that will alias with an OpenGL texture on an OpenGL implementation that supports ARB_texture_view, OES_texture_view, EXT_texture_view, or OpenGL 4.3 and above.
Reported by @pauloAndroid
Edited by Eleni Maria Stea