hypr-dynamic-cursors/src/renderer.hpp

5 lines
263 B
C++
Raw Normal View History

2024-06-21 16:06:55 +02:00
#include <hyprland/src/render/OpenGL.hpp>
#include <hyprland/src/helpers/math/Math.hpp>
2024-07-02 15:35:37 +02:00
void renderCursorTextureInternalWithDamage(SP<CTexture> tex, CBox* pBox, CRegion* damage, float alpha, Vector2D hotspot, bool nearest, float stretchAngle, Vector2D stretch);