aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/render/OpenGL.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-07-20 12:42:25 +0200
committervaxerski <[email protected]>2023-07-20 12:42:25 +0200
commitb65adf8d4a0c239f5aa44425d14d1fe14f675643 (patch)
tree348fe57dc05f4111c269fabe56fee443aba97d76 /src/render/OpenGL.hpp
parent3a1496b4ebc6f66eb85e509d2e1e90ee989b47bc (diff)
downloadHyprland-b65adf8d4a0c239f5aa44425d14d1fe14f675643.tar.gz
Hyprland-b65adf8d4a0c239f5aa44425d14d1fe14f675643.zip
toplevelexport: support dmabuf + various fixes
Diffstat (limited to 'src/render/OpenGL.hpp')
-rw-r--r--src/render/OpenGL.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/OpenGL.hpp b/src/render/OpenGL.hpp
index fc72782f..ac5c3e6b 100644
--- a/src/render/OpenGL.hpp
+++ b/src/render/OpenGL.hpp
@@ -97,6 +97,7 @@ class CHyprOpenGLImpl {
void begin(CMonitor*, CRegion*, bool fake = false);
void end();
+ void bindWlrOutputFb();
void renderRect(wlr_box*, const CColor&, int round = 0);
void renderRectWithDamage(wlr_box*, const CColor&, CRegion* damage, int round = 0);