Home -> IRenderer -> WaitForDeferredDeletionComplete

Description

The WaitForDeferredDeletionComplete method blocks the calling thread until no draw process is in progress, and any resources which became eligible for deletion during the current build process are fully removed. Note that this can be important when deleting a window you were drawing to in the previous frame.

Usage

void WaitForDeferredDeletionComplete() const;

See also