fixed blur and shit
This commit is contained in:
parent
bf8ebfc631
commit
0503835ee6
4 changed files with 9 additions and 10 deletions
|
|
@ -63,7 +63,7 @@ void CFramebuffer::bind() {
|
|||
#else
|
||||
glBindFramebuffer(GL_FRAMEBUFFER, m_iFb);
|
||||
#endif
|
||||
glViewport(0, 0, g_pHyprOpenGL->m_RenderData.pMonitor->vecSize.x, g_pHyprOpenGL->m_RenderData.pMonitor->vecSize.y);
|
||||
glViewport(0, 0, g_pHyprOpenGL->m_RenderData.pMonitor->vecPixelSize.x, g_pHyprOpenGL->m_RenderData.pMonitor->vecPixelSize.y);
|
||||
}
|
||||
|
||||
void CFramebuffer::release() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue