Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

21 lines
631 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
/*=============================================================================
HairStrandsDeepShadow.h: Hair strands deep shadow implementation.
=============================================================================*/
#pragma once
#include "CoreMinimal.h"
#include "RendererInterface.h"
#include "HairStrandsInterface.h"
#include "RenderGraphResources.h"
#include "SceneTypes.h"
#include "SceneRendering.h"
void RenderHairStrandsDeepShadows(
FRDGBuilder& GraphBuilder,
const class FScene* Scene,
FViewInfo& View,
FInstanceCullingManager& InstanceCullingManager);