Function unload [src]
Unloads an image from memory.
Prototype
pub fn unload(self: *const LoadedImage, handle: Handle) Status
Parameters
self: *const LoadedImage
handle: Handle
Source
pub fn unload(self: *const LoadedImage, handle: Handle) Status {
return self._unload(self, handle);
}