You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb zach.bethel, brian.karis #[fyi] rune.stubbe #ushell-cherrypick of 16906826 by graham.wihlidal [CL 16920439 by graham wihlidal in ue5-main branch]
9 lines
269 B
C
9 lines
269 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "ScreenPass.h"
|
|
#include "Nanite/Nanite.h"
|
|
|
|
void AddVisualizeNanitePass(FRDGBuilder& GraphBuilder, const FViewInfo& View, FScreenPassTexture Output, const Nanite::FRasterResults& RasterResults);
|