I want to learn about Unreal’s(UE4/UE5) GPU crash processing flow (CrashReporter), but how can i trigger a GPU Crash
Sometimes we can trigger a “CPU Crash” with code like:
*(int*)0=1234;
Correspondingly, any simple code can trigger a “GPU Crash” ?
I want to learn about Unreal’s(UE4/UE5) GPU crash processing flow (CrashReporter), but how can i trigger a GPU Crash
Sometimes we can trigger a “CPU Crash” with code like:
*(int*)0=1234;
Correspondingly, any simple code can trigger a “GPU Crash” ?