Base implementation of the swap chain.
More...
#include <SwapChainBase.hpp>
template<class BaseInterface>
class Diligent::SwapChainBase< BaseInterface >
Base implementation of the swap chain.
- Template Parameters
-
◆ SwapChainBase()
template<class BaseInterface>
- Parameters
-
pRefCounters | - Reference counters object that controls the lifetime of this swap chain. |
pDevice | - Pointer to the device. |
pDeviceContext | - Pointer to the device context. |
SCDesc | - Swap chain description |
◆ m_wpDeviceContext
template<class BaseInterface>
Weak references to the immediate device context. The context holds the strong reference to the swap chain.