ref_iface_IVDXAContext_DestroyObject - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXAContext interface
Destroys a 3D acceleration object.
void DestroyObject(uint32 handle);
handle | Handle to object to destroy. |
This method is not thread-safe.
Handles are unique to each context and must be destroyed only on the context they were created.
A request to destroy the invalid object handle (0) is allowed and silently ignored.
Copyright (C) 2007-2012 Avery Lee.