Skip to content

ref_iface_IVDXAContext_DestroyObject

shekh edited this page Apr 15, 2018 · 1 revision

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.

Clone this wiki locally