Files
UnrealEngineUWP/Engine/Source/Runtime/RenderCore/Internal/RenderThreadTimeoutControl.h
christopher waters 86af3ce99d Fixing various header only compile errors.
[CL 30138626 by christopher waters in ue5-main branch]
2023-12-05 17:55:30 -05:00

9 lines
206 B
C

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