Don't create MS2Array pipeline if texel fetch is broken

This commit is contained in:
baldurk
2016-07-22 18:44:28 +02:00
parent 83be5e03bb
commit d7102c1694
+1
View File
@@ -1695,6 +1695,7 @@ VulkanDebugManager::VulkanDebugManager(WrappedVulkan *driver, VkDevice dev)
RDCASSERTEQUAL(vkr, VK_SUCCESS);
}
if(!texelFetchBrokenDriver)
{
compPipeInfo.stage.module = module[MS2ARRAYCS];
compPipeInfo.layout = m_ArrayMSPipeLayout;