UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
D3D11ThirdParty.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
8#if PLATFORM_64BITS
9 #pragma pack(push,16)
10#else
11 #pragma pack(push,8)
12#endif
13
15 #include <d3d11_4.h>
16 #include <dxgi1_6.h>
17 #include <dxgidebug.h>
19
20#undef DrawText
21
22#pragma pack(pop)
23
#define THIRD_PARTY_INCLUDES_START
Definition GenericPlatformCompilerPreSetup.h:63
Definition Voronoi.cpp:10