|  | ||
| 
 | 
 void ss_image_destroy(SS_IMAGE_HANDLE ih) 
 SS_IMAGE_HANDLE ih; // A handle to an image returned by ss_image_capture 
 
 | 
 | 
| Synopsis | #include "silver.h" 
 The prim_triangles_destroy function releases all memory associated with the image handle ih 
 | 
 | 
| Parameters | ih is an image handle that must have been returned by a call to ss_image_capture 
 | 
 | 
| Return Value | none 
 | 
 | 
| See Also | ss_image_capture, ss_image_display 
 | 
 | 
| Example | See ss_image_capture for an example | 
 |