VulkanHostDisplay: Execute command buffer before reloading post shaders

pull/904/head
Connor McLaughlin 5 years ago
parent b979706417
commit 8342fec2c8

@ -734,6 +734,8 @@ VulkanHostDisplay::PostProcessingStage::~PostProcessingStage()
bool VulkanHostDisplay::SetPostProcessingChain(const std::string_view& config)
{
g_vulkan_context->ExecuteCommandBuffer(true);
if (config.empty())
{
m_post_processing_stages.clear();

Loading…
Cancel
Save