Skip reflectio for simple translucent materials for both mobile forward and deferred.
Translucent materials fall back to single reflection or sky capture on mobile deferred if clustered reflection is disabled.
#jira none
#rb Dmitriy.Dyomin
#preflight 632427b88c3def91aa6545ed
[CL 22050309 by wei liu in ue5-main branch]
[FYI] wei.liu
Original CL Desc
#lockdown JeanFrancois.Dube
-----------------------------------------------------------------
Change the reflection capture's encoded HDR data to RG11B10 format.
Skip reflectio for simple translucent materials for both mobile forward and deferred.
Translucent materials fall back to single reflection or sky capture on mobile deferred if clustered reflection is disabled.
#jira none
#[robomerge] 5.1
#rb Dmitriy.Dyomin
#preflight 6322cc7ae93a80888ce672a1
#ushell-cherrypick of 22025079 by Wei.Liu
[CL 22030745 by marc audy in ue5-main branch]
Skip reflectio for simple translucent materials for both mobile forward and deferred.
Translucent materials fall back to single reflection or sky capture on mobile deferred if clustered reflection is disabled.
#jira none
#rb Dmitriy.Dyomin
#preflight 6322cc7ae93a80888ce672a1
[CL 22025079 by Wei Liu in ue5-main branch]
#jira UE-159832
#rb Aaron.mcleran Phil.Popp Dan.Thompson Josh.Adams
#preflight 62d260033c3df323907eaa93
[CL 21153330 by jimmy smith in ue5-main branch]
Fix ASTC HDR support
Fix up ASTC & ISPC texture formats a bit
#preflight 628cedc7347b7778b6b8745e
#rb jon.olick,fabian.giesen
[CL 20348873 by charles bloom in ue5-main branch]
#rb jack.porter
#ROBOMERGE-AUTHOR: dmitriy.dyomin
#ROBOMERGE-SOURCE: CL 18994103 via CL 18994878 via CL 18994897 via CL 18994926 via CL 18994947 via CL 18995286 via CL 18995443
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)
[CL 18997979 by dmitriy dyomin in ue5-main branch]
The endian of BGR555A1 texture is troublesome on Android platform, because Opengl ES doesn't support GL_UNSIGNED_SHORT_1_5_5_5_REV texture format, meanwhile VK_FORMAT_R5G5B5A1_UNORM_PACK16 is not supported on some Android devices.
#rb Dmitriy.Dyomin
[CL 16966077 by yangke li in ue5-main branch]
Removed bSupportsVolumeTextureCompression as all platforms support it now, only Switch fallbacks to uncompressed
#jira UE-108841
#rb jack.porter
#ROBOMERGE-SOURCE: CL 15566901 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)
[CL 15566914 by dmitriy dyomin in ue5-main branch]
- Removed other uses of LoadLocalIni from TargetPlatforms (eventually LoadLocalIni and LoadGlobalIni will hopefully be hidden away with better APIs in FConfigCacheIni)
#rb james.doverspike
[CL 14490797 by Josh Adams in ue5-main branch]