19#define SHADER_PLATFORM_METAL_SM5 SP_METAL_SM5_TVOS
20#define SHADER_PLATFORM_METAL_ES3_1 SP_METAL_ES3_1_TVOS
21#elif WITH_IOS_SIMULATOR
22#define SHADER_PLATFORM_METAL_ES3_1 SP_METAL_SIM
23#define SHADER_PLATFORM_METAL_SM5 SP_METAL_SM5_IOS
25#define SHADER_PLATFORM_METAL_SM5 SP_METAL_SM5_IOS
26#define SHADER_PLATFORM_METAL_ES3_1 SP_METAL_ES3_1_IOS
35namespace FIOSPlatformDynamicRHI
45 bool bSupportsMetalMRT =
false;
FString GEngineIni
Definition CoreGlobals.cpp:237
FConfigCacheIni * GConfig
Definition CoreGlobals.cpp:54
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FName LegacyShaderPlatformToShaderFormat(EShaderPlatform Platform)
Definition RHIStrings.cpp:237
CORE_API bool GetBool(const TCHAR *Section, const TCHAR *Key, bool &Value, const FString &Filename)
Definition ConfigCacheIni.cpp:5154
Definition AdvancedWidgetsModule.cpp:13
static CORE_API const TCHAR * Get()
Definition CommandLine.cpp:61
static CORE_API bool Param(const TCHAR *Stream, const TCHAR *Param)
Definition Parse.cpp:325