3#include "mc/_HeaderOutputPredefine.h"
15 virtual ~IImageCache() =
default;
17 virtual ::cg::ImageBuffer* getCachedImage(::ResourceLocation
const& resourceLocation) = 0;
19 virtual ::cg::ImageBuffer*
20 insertImageIntoCache(::ResourceLocation
const& resourceLocation, ::cg::ImageBuffer&& imageBuffer) = 0;
Definition IImageCache.h:5
Definition ResourceLocation.h:15
Definition ImageBuffer.h:16