From 08bc381df35b5995e82b2825d7b7fe8e57f60b51 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 12 Aug 2019 22:44:35 -0700 Subject: Updated comments --- Graphics/GraphicsEngine/interface/GraphicsTypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') 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{} -- cgit v1.2.3