Swap chain implementation in Direct3D12 backend. More...
#include <SwapChainD3D12Impl.hpp>
Public Member Functions | |
virtual void DILIGENT_CALL_TYPE | Present (Uint32 SyncInterval) override final |
Implementation of ISwapChain::Present() in Direct3D12 backend. | |
virtual void DILIGENT_CALL_TYPE | Resize (Uint32 NewWidth, Uint32 NewHeight, SURFACE_TRANSFORM NewPreTransform) override final |
Implementation of ISwapChain::Resize() in Direct3D12 backend. | |
virtual IDXGISwapChain *DILIGENT_CALL_TYPE | GetDXGISwapChain () override final |
Implementation of ISwapChainD3D12::GetDXGISwapChain(). | |
virtual ITextureViewD3D12 *DILIGENT_CALL_TYPE | GetCurrentBackBufferRTV () override final |
Implementation of ISwapChain::GetCurrentBackBufferRTV() in Direct3D12 backend. | |
virtual ITextureViewD3D12 *DILIGENT_CALL_TYPE | GetDepthBufferDSV () override final |
Implementation of ISwapChain::GetDepthBufferDSV() in Direct3D12 backend. | |
![]() | |
SwapChainBase (IReferenceCounters *pRefCounters, IRenderDevice *pDevice, IDeviceContext *pDeviceContext, const SwapChainDesc &SCDesc) | |
virtual const SwapChainDesc &DILIGENT_CALL_TYPE | GetDesc () const override final |
Implementation of ISwapChain::GetDesc() | |
SwapChainBase (IReferenceCounters *pRefCounters, IRenderDevice *pDevice, IDeviceContext *pDeviceContext, const SwapChainDesc &SCDesc) | |
virtual const SwapChainDesc &DILIGENT_CALL_TYPE | GetDesc () const override final |
Implementation of ISwapChain::GetDesc() | |
Additional Inherited Members | |
![]() | |
RefCntAutoPtr< IRenderDevice > | m_pRenderDevice |
Strong reference to the render device. | |
SwapChainDesc | m_SwapChainDesc |
Swap chain description. | |
SURFACE_TRANSFORM | m_DesiredPreTransform |
Desired surface pre-transformation. | |
![]() | |
RefCntAutoPtr< IRenderDevice > | m_pRenderDevice |
Strong reference to the render device. | |
RefCntWeakPtr< IDeviceContext > | m_wpDeviceContext |
SwapChainDesc | m_SwapChainDesc |
Swap chain description. | |
SURFACE_TRANSFORM | m_DesiredPreTransform |
Desired surface pre-transformation. | |
RefCntAutoPtr< IRenderDevice > | m_pRenderDevice |
Strong reference to the render device. | |
RefCntWeakPtr< IDeviceContext > | m_wpDeviceContext |
SwapChainDesc | m_SwapChainDesc |
Swap chain description. | |
SURFACE_TRANSFORM | m_DesiredPreTransform |
Desired surface pre-transformation. | |
Swap chain implementation in Direct3D12 backend.