ATOM-16320 Remove PVRTC and ETC compressor (#4557)

Signed-off-by: Qing Tao <qingtao@amazon.com>
This commit is contained in:
Qing Tao
2021-10-07 16:23:13 -07:00
committed by GitHub
parent 2496bc38b5
commit e64b9d3536
23 changed files with 12 additions and 1398 deletions
@@ -109,13 +109,6 @@ namespace ImageProcessingAtom
->Value("ASTC_10x10", EPixelFormat::ePixelFormat_ASTC_10x10)
->Value("ASTC_12x10", EPixelFormat::ePixelFormat_ASTC_12x10)
->Value("ASTC_12x12", EPixelFormat::ePixelFormat_ASTC_12x12)
->Value("PVRTC2", EPixelFormat::ePixelFormat_PVRTC2)
->Value("PVRTC4", EPixelFormat::ePixelFormat_PVRTC4)
->Value("EAC_R11", EPixelFormat::ePixelFormat_EAC_R11)
->Value("EAC_RG11", EPixelFormat::ePixelFormat_EAC_RG11)
->Value("ETC2", EPixelFormat::ePixelFormat_ETC2)
->Value("ETC2a1", EPixelFormat::ePixelFormat_ETC2a1)
->Value("ETC2a", EPixelFormat::ePixelFormat_ETC2a)
->Value("BC1", EPixelFormat::ePixelFormat_BC1)
->Value("BC1a", EPixelFormat::ePixelFormat_BC1a)
->Value("BC3", EPixelFormat::ePixelFormat_BC3)