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