GraphicsFence
Description
- Derived from
-
Disposable abstract
IGraphicsFence
Abstract base class for IGraphicsFence implementations.
Protected / Methods
DoSet
Places the fence at the end of the GPU command list.
The render command buffer should be flushed when this method is called.
DoWait
Waits for the GPU to reach the fence.
The default implementation busy-waits by calling DoWaitPoll repeatedly.