Files
UnrealEngine/Engine/Source/Runtime/D3D12RHI/Private/D3D12AmdExtensions.h
2025-05-18 13:04:45 +08: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