opengl: require introspection on mirroring

fixes #3939
This commit is contained in:
Vaxry 2023-11-25 00:47:51 +00:00
parent 745b998587
commit a6eba91935

View file

@ -202,7 +202,7 @@ void CHyprOpenGLImpl::begin(CMonitor* pMonitor, CRegion* pDamage, bool fake) {
const auto PRBO = g_pHyprRenderer->getCurrentRBO(); const auto PRBO = g_pHyprRenderer->getCurrentRBO();
if (m_sFinalScreenShader.program > 0 || m_bFakeFrame || m_RenderData.mouseZoomFactor != 1.0 || pMonitor->vecPixelSize != PRBO->getFB()->m_vSize || if (m_sFinalScreenShader.program > 0 || m_bFakeFrame || m_RenderData.mouseZoomFactor != 1.0 || pMonitor->vecPixelSize != PRBO->getFB()->m_vSize || !pMonitor->mirrors.empty() ||
passRequiresIntrospection(pMonitor)) { passRequiresIntrospection(pMonitor)) {
// we have to offload // we have to offload
// bind the primary Hypr Framebuffer // bind the primary Hypr Framebuffer