I use this Vulkan under QML approach to integrate Vulkan with QtQuick. But I noticed that the depth test is disabled (the model that was rendered later overlaps the first model even if it is behind).But in this method, renderpass and framebuffer are already created and I can't modify their creation. Please tell me if there is any way to enable depth test in this case?
↧