Add dynamic state support to VK graphics pipeline cache

This commit is contained in:
Billy Laws
2022-09-14 21:50:59 +01:00
parent ad045058ee
commit 2f2b615780
3 changed files with 6 additions and 1 deletions

View File

@ -132,6 +132,7 @@ namespace skyline::gpu {
.multisampleState = multisampleState,
.depthStencilState = depthStencilState,
.colorBlendState = blendState,
.dynamicState = {},
.colorAttachments = span<TextureView *>{colorAttachment},
.depthStencilAttachment = nullptr,
}, layoutBindings, pushConstantRanges);