Home -> IFrameBufferOutput -> Delete
Description
The Delete method schedules the object for deletion. After calling this method, the object will be destroyed after the current frame completes drawing.
Important
Objects created by an IRenderer use deferred deletion and remain alive until any frame that is already drawing no longer needs them.
Usage
void Delete();