mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 06:25:37 +00:00
OpenGLHostDisplay: Fix post-processing with GLES
This commit is contained in:
parent
8f39ad3555
commit
c3eccf51d1
|
@ -827,7 +827,7 @@ bool OpenGLHostDisplay::SetPostProcessingChain(const std::string_view& config)
|
|||
|
||||
m_post_processing_stages.clear();
|
||||
|
||||
FrontendCommon::PostProcessingShaderGen shadergen(RenderAPI::OpenGL, false);
|
||||
FrontendCommon::PostProcessingShaderGen shadergen(GetRenderAPI(), false);
|
||||
|
||||
for (u32 i = 0; i < m_post_processing_chain.GetStageCount(); i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue