Fix unextended pipeline flags being put on wrong struct

This commit is contained in:
baldurk
2025-06-10 12:05:51 +01:00
parent 6337c23958
commit 1ca3f25850
+1 -1
View File
@@ -1078,7 +1078,7 @@ void VulkanShaderCache::MakeGraphicsPipelineInfo(VkGraphicsPipelineCreateInfo &p
}
else
{
createFlags.flags = (uint32_t)flags;
ret.flags = (uint32_t)flags;
}
pipeCreateInfo = ret;