UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IDXGISwapchainProvider.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "HAL/Platform.h"
7#include "RHIDefinitions.h"
8#include "UObject/NameTypes.h"
9
12 #include <dxgi1_6.h>
15
#define TEXT(x)
Definition Platform.h:1272
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define THIRD_PARTY_INCLUDES_START
Definition GenericPlatformCompilerPreSetup.h:63
ERHIInterfaceType
Definition RHIDefinitions.h:157
Definition NameTypes.h:617
Definition IDXGISwapchainProvider.h:17
virtual bool SupportsRHI(ERHIInterfaceType RHIType) const =0
virtual HRESULT CreateSwapChain(IDXGIFactory *pFactory, IUnknown *pDevice, DXGI_SWAP_CHAIN_DESC *pDesc, IDXGISwapChain **ppSwapChain)=0
static FName GetModularFeatureName()
Definition IDXGISwapchainProvider.h:19
virtual HRESULT CreateSwapChainForHwnd(IDXGIFactory2 *pFactory, IUnknown *pDevice, HWND hWnd, const DXGI_SWAP_CHAIN_DESC1 *pDesc, const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pFulScreenDesc, IDXGIOutput *pRestrictToOutput, IDXGISwapChain1 **ppSwapChain)=0
virtual const TCHAR * GetProviderName() const =0
Definition IModularFeature.h:12
Definition Voronoi.cpp:10