diff --git a/app/src/main/cpp/skyline/gpu.h b/app/src/main/cpp/skyline/gpu.h index 454b46e6..eb864810 100644 --- a/app/src/main/cpp/skyline/gpu.h +++ b/app/src/main/cpp/skyline/gpu.h @@ -20,6 +20,7 @@ #include "gpu/cache/framebuffer_cache.h" #include "gpu/interconnect/maxwell_3d/pipeline_manager.h" #include "gpu/interconnect/kepler_compute/pipeline_manager.h" +#include "gpu/interconnect/common/samplers.h" namespace skyline::gpu { static constexpr u32 VkApiVersion{VK_API_VERSION_1_1}; //!< The version of core Vulkan that we require @@ -33,6 +34,7 @@ namespace skyline::gpu { friend Texture; friend Buffer; friend BufferManager; + friend Samplers; public: adrenotools_gpu_mapping adrenotoolsImportMapping{}; //!< Persistent struct to store active adrenotools mapping import info