cf_png_cache_load_from_memory¶
Category: png_cache
GitHub: cute_png_cache.h
Returns an image CF_Png from the cache.
CF_Result cf_png_cache_load_from_memory(const char* png_path, const void* memory, size_t size, CF_Png* png /*= NULL*/);
Remarks¶
If it does not exist in the cache, it is loaded from memory and placed into the cache.
Related Pages¶
CF_Png
cf_png_defaults
cf_png_cache_load
cf_make_png_cache_animation
cf_make_png_cache_sprite