diff options
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/interface/Fence.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/Fence.h b/Graphics/GraphicsEngine/interface/Fence.h index d2a27473..ef27e5df 100644 --- a/Graphics/GraphicsEngine/interface/Fence.h +++ b/Graphics/GraphicsEngine/interface/Fence.h @@ -43,7 +43,10 @@ struct FenceDesc : DeviceObjectAttribs /// Fence interface -/// Fence the methods to manipulate a fence object +/// Defines the methods to manipulate a fence object +/// +/// \remarks When a fence that was previously signaled by IDeviceContext::SignalFence() is destroyed, +/// it may block the GPU until all prior commands have completed execution. class IFence : public IDeviceObject { public: |
