renderer: allow transform enabling from outside opengl
This commit is contained in:
parent
64a084477e
commit
66a3719b86
3 changed files with 10 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue