renderer: don't crash if cm fails to compile
This commit is contained in:
parent
b37944605f
commit
3cc8e8c6be
2 changed files with 51 additions and 45 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue