Pipeline derivation is not implemented and is not suggested.
This commit is contained in:
parent
4edbb3626b
commit
b47e25f8cc
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue