|
|
|
@ -1001,7 +1001,7 @@ void RasterizerVulkan::UpdateDynamicStates() { |
|
|
|
UpdateBlending(regs); |
|
|
|
} |
|
|
|
} |
|
|
|
if (device.IsExtVertexInputDynamicStateSupported() && dynamic_state > 0) { |
|
|
|
if (device.IsExtVertexInputDynamicStateSupported() && dynamic_state > 2) { |
|
|
|
if (auto* gp = pipeline_cache.CurrentGraphicsPipeline(); gp && gp->HasDynamicVertexInput()) { |
|
|
|
UpdateVertexInput(regs); |
|
|
|
} |
|
|
|
|