You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira none #rb Dmitriy.Dyomin #preflight 62fc9828086f90bbc4664adf [CL 21422099 by Wei Liu in ue5-main branch]
13 lines
507 B
C
13 lines
507 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
PostProcessAmbientOcclusionMobile.h
|
|
=============================================================================*/
|
|
|
|
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "RendererInterface.h"
|
|
|
|
FRDGTextureRef CreateMobileScreenSpaceAOTexture(FRDGBuilder& GraphBuilder, const struct FSceneTexturesConfig& Config);
|
|
|
|
bool IsUsingMobileAmbientOcclusion(EShaderPlatform ShaderPlatform); |