renderer: don't crash if cm fails to compile

This commit is contained in:
Vaxry
2025-03-14 15:20:08 +00:00
parent b37944605f
commit 3cc8e8c6be
2 changed files with 51 additions and 45 deletions

View File

@@ -290,6 +290,7 @@ class CHyprOpenGLImpl {
bool m_bApplyFinalShader = false;
bool m_bBlend = false;
bool m_bOffloadedFramebuffer = false;
bool m_bCMSupported = true;
CShader m_sFinalScreenShader;
CTimer m_tGlobalTimer;