9 lines
296 B
C
9 lines
296 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
#include "PostProcess/PostProcessCompositePrimitivesCommon.h"
|
|
|
|
#if UE_ENABLE_DEBUG_DRAWING
|
|
FScreenPassTexture AddDebugPrimitivePass(FRDGBuilder& GraphBuilder, const FViewInfo& View, const FCompositePrimitiveInputs& Inputs);
|
|
#endif
|