Sometimes we can trigger a "CPU Crash" with code like:
*(int*)0=1234;
Correspondingly, any simple code can trigger a "GPU Crash" (may need some DirectX interface)?
Why I need this is because I want to learn about Unreal's(UE4/UE5) GPU crash processing flow. Any code with UE is expected.
THX