Files
UnrealEngineUWP/Engine/Config/Mac/DataDrivenPlatformInfo.ini
florin pascu 5669253244 - Add Disable Preview Menu Option
- GetFriendlyShaderPlatformName removed
- RHIShaderPlatformDefinitions.inl deleted
- Added FriendlyNames to all ShaderPlatforms in DDSPI
- MenuText now comes from FriendlyNames in DDSPI
#rb Jack.Porter
#jira none
#preflight 632b1f8c826e0c2fe9a9d5d2

[CL 22118730 by florin pascu in ue5-main branch]
2022-09-21 14:35:21 -04:00

77 lines
2.2 KiB
INI

[DataDrivenPlatformInfo]
bIsConfidential=false
TargetSettingsIniSectionName=/Script/MacTargetPlatform.MacTargetSettings
bHasDedicatedGamepad=false
bDefaultInputStandardKeyboard=false
bInputSupportConfigurable=true
DefaultInputType=MouseAndKeyboard
bSupportsMouseAndKeyboard=true
bSupportsGamepad=true
bCanChangeGamepadType=true
bSupportsTouch=false
GlobalIdentifier=003BE29617004F0C8E1F786081EFBB1F
NormalIconPath=Launcher/Mac/Platform_Mac_24x
LargeIconPath=Launcher/Mac/Platform_Mac_128x
XLargeIconPath=
AutoSDKPath=
TutorialPath=SharingAndReleasing
Windows:bIsEnabled=true
Mac:bIsEnabled=true
Linux:bIsEnabled=false
bUsesHostCompiler=true
bUATClosesAfterLaunch=true
PlatformGroupName=Desktop
[ShaderPlatform METAL_SM5]
Language=Metal
MaxFeatureLevel=SM5
ShaderFormat=SF_METAL_SM5
bIsPC=true
bSupportsDebugViewShaders=true
bSupportsAnisotropicMaterials=true
bSupportsByteBufferComputeShaders=true
bSupportsDistanceFields=true
bSupportsGen5TemporalAA=true
bSupportsLumenGI=true
bSupportsSSDIndirect=true
bSupportsWaveOperations=RuntimeDependent
bSupportsGPUScene=true
bSupportsFFTBloom=true
bSupportsDiaphragmDOF=true
bSupportsVertexShaderLayer=true
bSupportsDxc=true
bIsSPIRV=true
bSupportsInstancedStereo=true
SupportsMultiViewport=RuntimeGuaranteed
bSupportsVolumetricFog=true
bSupportsPercentageCloserShadows=true
bSupportsCapsuleShadows=true
bSupports4ComponentUAVReadWrite=true
bSupportsVolumeTextureAtomics=false
bSupportsDualSourceBlending=true
EnablesHLSL2021ByDefault=1
FriendlyName=LOCTEXT("FriendlyShaderPlatformName_MacSM5", "Mac Shader Model 5")
[ShaderPlatform METAL_MRT_MAC]
Language=Metal
MaxFeatureLevel=SM5
ShaderFormat=SF_METAL_MRT_MAC
bIsPC=true
bIsMetalMRT=true
bSupportsIndexBufferUAVs=true
bSupports4ComponentUAVReadWrite=true
bSupportsManualVertexFetch=true
bSupportsVolumeTextureAtomics=false
FriendlyName=LOCTEXT("FriendlyShaderPlatformName_MacSM5_MRT", "Mac Shader Model 5 MRT")
[ShaderPlatform METAL_MACES3_1]
Language=Metal
MaxFeatureLevel=ES3_1
ShaderFormat=SF_METAL_MACES3_1
bIsPC=true
bIsMobile=true
bSupports4ComponentUAVReadWrite=true
bSupportsManualVertexFetch=false
bSupportsVolumeTextureAtomics=false
FriendlyName=LOCTEXT("FriendlyShaderPlatformName_MacES31", "Mac Shader Model 3.1")