Skip to content

ext_external_object: fix for vk-image-display-overwrite

Test vk-image-display-overwrite could only overwrite the first frame. That was caused because we had the depth test enabled while there was no depth FBO attachment (only RBO). Removed the line that enables the depth test.

Signed-off-by: Eleni Maria Stea elene.mst@gmail.com

Merge request reports