cf_custom_sprite_load_png_from_memory¶
Category: custom_sprite
GitHub: cute_custom_sprite.h
Returns an image CF_Png from the cache.
CF_Result cf_custom_sprite_load_png_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_custom_sprite_load_png
cf_make_custom_sprite_animation
cf_make_custom_sprite