ref_iface_IVDXAContext_DestroyObject - shekh/VirtualDub2 GitHub Wiki

VirtualDub Plugin SDK 1.2

IVDXAContext interface

IVDXAContext:: DestroyObject

Destroys a 3D acceleration object.

void DestroyObject(uint32 handle);

Parameters

handle Handle to object to destroy.

Thread safety

This method is not thread-safe.

Remarks

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.

⚠️ **GitHub.com Fallback** ⚠️