Hyprland/src/render/AsyncResourceGatherer.hpp
Vaxry 4fc95d646d
renderer: asynchronously load background tex (#11749)
Bumps required hyprgraphics to 0.1.6

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2025-09-18 22:10:30 +02:00

8 lines
No EOL
249 B
C++

#pragma once
#include <hyprgraphics/resource/AsyncResourceGatherer.hpp>
#include <hyprgraphics/resource/resources/ImageResource.hpp>
#include "../helpers/memory/Memory.hpp"
inline UP<Hyprgraphics::CAsyncResourceGatherer> g_pAsyncResourceGatherer;