Files
UnrealEngine/Engine/Source/Runtime/RenderCore/Public/GPUDebugCrashUtils.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

10 lines
418 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
/*=============================================================================
GPUDebugCrashUtils.h: Utilities for crashing the GPU in various ways on purpose.
=============================================================================*/
#include "RenderGraphBuilder.h"
extern RENDERCORE_API void ScheduleGPUDebugCrash(FRDGBuilder& GraphBuilder);