unregister Image
Unregister an image that was previously registered with registerImage. This will remove the reference to the image from the CommandServer, allowing the memory to be freed if the image handle was also deleted with deleteImage.
Parameters
name
The name of the referenced asset to unregister, the same used in registerImage.
Throws
If the CommandQueue has been released.