5#ifndef INTEL_GPU_CRASH_DUMPS
6# define INTEL_GPU_CRASH_DUMPS 0
9#if INTEL_GPU_CRASH_DUMPS
13 namespace UE::RHICore::Intel::GPUCrashDumps
15 static bool bEnabled =
false;
42 #if WITH_RHI_BREADCRUMBS
45 #if !INTEL_BREADCRUMBS_USE_BREADCRUMB_PTRS
46 FRHIBreadcrumb::FBuffer
Buffer;
49 void const* Ptr =
nullptr;
55 #if INTEL_BREADCRUMBS_USE_BREADCRUMB_PTRS
67 operator bool()
const {
return Ptr !=
nullptr; }
69 void*
GetPtr ()
const {
return const_cast<void*
>(Ptr); }
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE_FORCEINLINE_HINT uint32 GetPtr() const
Definition LockFreeList.h:15
const bool
Definition NetworkReplayStreaming.h:178
uint32 Size
Definition VulkanMemory.cpp:4034
static int32 Strlen(const CharType *String)
Definition CString.h:1047