Added clipping support, clip windows on slide anim
This commit is contained in:
parent
fd379db846
commit
7faa3c367d
3 changed files with 96 additions and 20 deletions
|
|
@ -67,6 +67,8 @@ struct SCurrentRenderData {
|
|||
|
||||
Vector2D primarySurfaceUVTopLeft = Vector2D(-1, -1);
|
||||
Vector2D primarySurfaceUVBottomRight = Vector2D(-1, -1);
|
||||
|
||||
wlr_box clipBox = {};
|
||||
};
|
||||
|
||||
class CHyprOpenGLImpl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue