Files
elizabeth baumel 1349184c6d Fix header guard warning.
#jira UE-191104
#rb trivial

[CL 26584006 by elizabeth baumel in ue5-main branch]
2023-07-25 14:52:55 -04: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);