![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "D3D12RHIPrivate.h"#include "Features/IModularFeatures.h"#include "HDRHelper.h"#include "RHIUtilities.h"#include "HAL/ThreadHeartBeat.h"#include "Windows/IDXGISwapchainProvider.h"#include "Windows/AllowWindowsPlatformTypes.h"#include "Windows/HideWindowsPlatformTypes.h"Macros | |
| #define | CASE_ERROR_NAME(x) case x: Name = TEXT(#x); break |
Functions | |
| FD3D12Texture * | GetSwapChainSurface (FD3D12Device *Parent, EPixelFormat PixelFormat, uint32 SizeX, uint32 SizeY, IDXGISwapChain *SwapChain, uint32 BackBufferIndex, TRefCountPtr< ID3D12Resource > BackBufferResourceOverride) |
|
extern |
Creates a FD3D12Surface to represent a swap chain's back buffer.