Swap chain implementation in WebGPU backend. More...
#include <SwapChainWebGPUImpl.hpp>
Public Member Functions | |
void DILIGENT_CALL_TYPE | Present (Uint32 SyncInterval) override final |
Implementation of ISwapChain::Present() in Direct3D11 backend. | |
void DILIGENT_CALL_TYPE | Resize (Uint32 NewWidth, Uint32 NewHeight, SURFACE_TRANSFORM NewPreTransform) override final |
Implementation of ISwapChain::Resize() in Direct3D11 backend. | |
void DILIGENT_CALL_TYPE | SetFullscreenMode (const DisplayModeAttribs &DisplayMode) override final |
Implementation of ISwapChain::SetFullscreenMode() in WebGPU backend. | |
void DILIGENT_CALL_TYPE | SetWindowedMode () override final |
Implementation of ISwapChain::SetWindowedMode() in WebGPU backend. | |
ITextureViewWebGPU *DILIGENT_CALL_TYPE | GetCurrentBackBufferRTV () override final |
Implementation of ISwapChainWebGPU::GetCurrentBackBufferRTV() in WebGPU backend. | |
ITextureViewWebGPU *DILIGENT_CALL_TYPE | GetDepthBufferDSV () override final |
Implementation of ISwapChainWebGPU::GetDepthBufferDSV() in WebGPU backend. | |
WGPUSurface DILIGENT_CALL_TYPE | GetWebGPUSurface () override final |
Implementation of ISwapChainWebGPU::GetWebGPUSurface() in WebGPU 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() | |
virtual void DILIGENT_CALL_TYPE | SetMaximumFrameLatency (Uint32 MaxLatency) override |
![]() | |
virtual void DILIGENT_CALL_TYPE | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface) |
![]() | |
virtual IReferenceCounters *DILIGENT_CALL_TYPE | GetReferenceCounters () const override final |
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | AddRef () override final |
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | Release () override |
Additional Inherited Members | |
![]() | |
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 WebGPU backend.