17 lines
484 B
C
17 lines
484 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
HairStrandsDebug.h: Hair strands debug display.
|
|
=============================================================================*/
|
|
|
|
#pragma once
|
|
|
|
#include "RenderGraph.h"
|
|
#include "SceneRendering.h"
|
|
|
|
void RenderHairStrandsDebugInfo(
|
|
FRDGBuilder& GraphBuilder,
|
|
FScene* Scene,
|
|
TArrayView<FViewInfo> Views,
|
|
FHairStrandsBookmarkParameters& Parameters);
|