hypr-dynamic-cursors/src/renderer.hpp

5 lines
315 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-21 15:38:46 +02:00
void renderCursorTextureInternalWithDamage(SP<CTexture> tex, CBox* pBox, CRegion* damage, float alpha, SP<CSyncTimeline> waitTimeline, uint64_t waitPoint, Vector2D hotspot, bool nearest, float stretchAngle, Vector2D stretch);