renderer: allow transform enabling from outside opengl

This commit is contained in:
Vaxry
2023-11-04 19:35:49 +00:00
parent 64a084477e
commit 66a3719b86
3 changed files with 10 additions and 6 deletions

View File

@@ -1994,3 +1994,7 @@ void CHyprOpenGLImpl::bindBackOnMain() {
m_RenderData.pCurrentMonData->primaryFB.bind();
m_RenderData.currentFB = &m_RenderData.pCurrentMonData->primaryFB;
}
void CHyprOpenGLImpl::setMonitorTransformEnabled(bool enabled) {
m_bEndFrame = !enabled;
}