Files
UnrealEngineUWP/Engine/Source/Runtime/RenderCore/Internal/RenderThreadTimeoutControl.h
wojciech krywult 572fd58df2 RenderCore: Fixed crashes that could occur while using DumpGPU console command if writes to the drive are slow.
#rb David.Harvey
#jira UE-160213
#rnx

[CL 27107689 by wojciech krywult in ue5-main branch]
2023-08-15 12:55:53 -04:00

7 lines
179 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
extern RENDERCORE_API void SuspendRenderThreadTimeout();
extern RENDERCORE_API void ResumeRenderThreadTimeout();