mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-19 21:16:34 +00:00
When removing library flag remove any dependent flags as well
This commit is contained in:
@@ -1006,6 +1006,7 @@ void VulkanShaderCache::MakeGraphicsPipelineInfo(VkGraphicsPipelineCreateInfo &p
|
||||
ret.flags &= ~VK_PIPELINE_CREATE_DERIVATIVE_BIT;
|
||||
|
||||
ret.flags &= ~VK_PIPELINE_CREATE_LIBRARY_BIT_KHR;
|
||||
ret.flags &= ~VK_PIPELINE_CREATE_RETAIN_LINK_TIME_OPTIMIZATION_INFO_BIT_EXT;
|
||||
|
||||
pipeCreateInfo = ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user