mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 23:16:31 +00:00
Don't create MS2Array pipeline if texel fetch is broken
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user