|
|
@ -93,6 +93,7 @@ static constexpr ConversionArray morton_to_linear_fns = { |
|
|
MortonCopy<true, PixelFormat::DXT23_SRGB>, |
|
|
MortonCopy<true, PixelFormat::DXT23_SRGB>, |
|
|
MortonCopy<true, PixelFormat::DXT45_SRGB>, |
|
|
MortonCopy<true, PixelFormat::DXT45_SRGB>, |
|
|
MortonCopy<true, PixelFormat::BC7U_SRGB>, |
|
|
MortonCopy<true, PixelFormat::BC7U_SRGB>, |
|
|
|
|
|
MortonCopy<true, PixelFormat::R4G4B4A4U>, |
|
|
MortonCopy<true, PixelFormat::ASTC_2D_4X4_SRGB>, |
|
|
MortonCopy<true, PixelFormat::ASTC_2D_4X4_SRGB>, |
|
|
MortonCopy<true, PixelFormat::ASTC_2D_8X8_SRGB>, |
|
|
MortonCopy<true, PixelFormat::ASTC_2D_8X8_SRGB>, |
|
|
MortonCopy<true, PixelFormat::ASTC_2D_8X5_SRGB>, |
|
|
MortonCopy<true, PixelFormat::ASTC_2D_8X5_SRGB>, |
|
|
@ -172,6 +173,7 @@ static constexpr ConversionArray linear_to_morton_fns = { |
|
|
MortonCopy<false, PixelFormat::DXT23_SRGB>, |
|
|
MortonCopy<false, PixelFormat::DXT23_SRGB>, |
|
|
MortonCopy<false, PixelFormat::DXT45_SRGB>, |
|
|
MortonCopy<false, PixelFormat::DXT45_SRGB>, |
|
|
MortonCopy<false, PixelFormat::BC7U_SRGB>, |
|
|
MortonCopy<false, PixelFormat::BC7U_SRGB>, |
|
|
|
|
|
MortonCopy<false, PixelFormat::R4G4B4A4U>, |
|
|
nullptr, |
|
|
nullptr, |
|
|
nullptr, |
|
|
nullptr, |
|
|
nullptr, |
|
|
nullptr, |
|
|
|