mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix unextended pipeline flags being put on wrong struct
This commit is contained in:
@@ -1078,7 +1078,7 @@ void VulkanShaderCache::MakeGraphicsPipelineInfo(VkGraphicsPipelineCreateInfo &p
|
||||
}
|
||||
else
|
||||
{
|
||||
createFlags.flags = (uint32_t)flags;
|
||||
ret.flags = (uint32_t)flags;
|
||||
}
|
||||
|
||||
pipeCreateInfo = ret;
|
||||
|
||||
Reference in New Issue
Block a user