Pipeline derivation is not implemented and is not suggested.

This commit is contained in:
sunshineinabox 2024-05-29 22:37:03 -07:00
parent 4edbb3626b
commit b47e25f8cc

View file

@ -618,7 +618,6 @@ namespace Ryujinx.Graphics.Vulkan
PDynamicState = &pipelineDynamicStateCreateInfo,
Layout = PipelineLayout,
RenderPass = renderPass,
BasePipelineIndex = -1,
};
Result result = gd.Api.CreateGraphicsPipelines(device, cache, 1, &pipelineCreateInfo, null, &pipelineHandle);