Files
UnrealEngineUWP/Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterPostprocess/Private/DisplayClusterPostprocessLog.h
Marc Audy 50a3d7d368 Merge Release-Engine-Staging to Main @ CL# 14467590
This represents UE4/Main @ 14432125 + some cherrypick fixes

[CL 14468207 by Marc Audy in ue5-main branch]
2020-10-09 22:42:26 -04:00

11 lines
420 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
DECLARE_LOG_CATEGORY_EXTERN(LogDisplayClusterPostprocess, Log, All);
DECLARE_LOG_CATEGORY_EXTERN(LogDisplayClusterPostprocessOutputRemap, Log, All);
DECLARE_LOG_CATEGORY_EXTERN(LogDisplayClusterPostprocessTextureShare, Log, All);
DECLARE_LOG_CATEGORY_EXTERN(LogDisplayClusterPostprocessD3D12CrossGPU, Log, All);