Fixing missing definition of GpuCrashTracker for Aftermath. (#2354)
Recently some changes were made to pch, and this was probably missed. This will just include the file directly when Aftermath is enabled. Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
|
|
||||||
#include <Atom/RHI/Device.h>
|
#include <Atom/RHI/Device.h>
|
||||||
|
|
||||||
|
#if defined(USE_NSIGHT_AFTERMATH)
|
||||||
|
#include <RHI/NsightAftermathGpuCrashTracker_Windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace AZ
|
namespace AZ
|
||||||
{
|
{
|
||||||
namespace DX12
|
namespace DX12
|
||||||
|
|||||||
Reference in New Issue
Block a user