Files
UnrealEngine/Engine/Source/Runtime/D3D12RHI/Private/D3D12AmdExtensions.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

14 lines
317 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#if WITH_AMD_AGS
#include "D3D12ThirdParty.h"
#include "Microsoft/AllowMicrosoftPlatformTypes.h"
THIRD_PARTY_INCLUDES_START
#include <amd_ags.h>
THIRD_PARTY_INCLUDES_END
#include "Microsoft/HideMicrosoftPlatformTypes.h"
#endif // WITH_AMD_AGS