mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Specify correct library flag when creating partial pipelines
This commit is contained in:
@@ -1484,6 +1484,8 @@ void main()
|
||||
|
||||
vkh::GraphicsPipelineCreateInfo libCreateInfo;
|
||||
|
||||
libCreateInfo.flags = VK_PIPELINE_CREATE_LIBRARY_BIT_KHR;
|
||||
|
||||
libCreateInfo.layout = layout;
|
||||
|
||||
libCreateInfo.vertexInputState.vertexBindingDescriptions = {vkh::vertexBind(0, DefaultA2V)};
|
||||
|
||||
Reference in New Issue
Block a user