Files
UnrealEngine/Engine/Source/Runtime/Renderer/Private/HairStrands/HairStrandsDebug.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

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);