vkDestroyImageView(3) ===================== Name ---- vkDestroyImageView - Destroy an image view object C Specification --------------- include::../protos/vkDestroyImageView.txt[] Parameters ---------- pname:device:: Logical device which owns the object. pname:imageView:: The handle of the image view object to destroy. Description ----------- fname:vkDestroyImageView destroys the image view object whose handle is specified in pname:imageView. pname:imageView must be a valid handle to an image view object created through a successful call to flink:vkCreateImageView on pname:device. Attempts to destroy code:VK_NULL_HANDLE are silently ignored. After an image view has been destroyed, its handle becomes invalid and must not be accessed again. include::../validity/protos/vkDestroyImageView.txt[] See Also -------- flink:vkCreateImage, flink:vkDestroyImage, flink:vkCreateImageView include::footer.txt[]