opengl: improve render fn arg clarity (#11286)

This commit is contained in:
Vaxry
2025-07-31 16:23:09 +02:00
committed by GitHub
parent 3e35797b18
commit a907ecd4ff
11 changed files with 269 additions and 168 deletions

View File

@@ -579,7 +579,7 @@ SP<Aquamarine::IBuffer> CPointerManager::renderHWCursorBuffer(SP<CPointerManager
Debug::log(TRACE, "[pointer] monitor: {}, size: {}, hw buf: {}, scale: {:.2f}, monscale: {:.2f}, xbox: {}", state->monitor->m_name, m_currentCursorImage.size, cursorSize,
m_currentCursorImage.scale, state->monitor->m_scale, xbox.size());
g_pHyprOpenGL->renderTexture(texture, xbox, 1.F);
g_pHyprOpenGL->renderTexture(texture, xbox, {});
g_pHyprOpenGL->end();
g_pHyprOpenGL->m_renderData.pMonitor.reset();