Files
UnrealEngineUWP/Engine/Source/Developer/TextureFormatUncompressed
yangke li fdab87aceb add a new TextureCompressionSetting TC_LQ(BGR565/BGR555A1), which is needed in Runtime virtual texture's baked SVT
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]
2021-07-27 03:03:38 -04:00
..