diff options
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/interface/GraphicsTypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/GraphicsTypes.h b/Graphics/GraphicsEngine/interface/GraphicsTypes.h index de16811a..79f0883f 100644 --- a/Graphics/GraphicsEngine/interface/GraphicsTypes.h +++ b/Graphics/GraphicsEngine/interface/GraphicsTypes.h @@ -1221,7 +1221,8 @@ namespace Diligent /// Indicates if this is a primary swap chain. The back buffer and depth-stencil /// buffer of the primary swap are set by SetRenderTargets(0, nullptr, nullptr) - /// call. There must be only one primary swap chain. + /// call. Also, when Present() is called for the primary swap chain, the engine + /// releases stale resources. There must only be one primary swap chain. bool IsPrimary = true; SwapChainDesc()noexcept{} |
