|
|
@ -55,6 +55,7 @@ static constexpr ConversionArray morton_to_linear_fns = { |
|
|
MortonCopy<true, PixelFormat::RGBA16F>, |
|
|
MortonCopy<true, PixelFormat::RGBA16F>, |
|
|
MortonCopy<true, PixelFormat::RGBA16U>, |
|
|
MortonCopy<true, PixelFormat::RGBA16U>, |
|
|
MortonCopy<true, PixelFormat::RGBA16S>, |
|
|
MortonCopy<true, PixelFormat::RGBA16S>, |
|
|
|
|
|
MortonCopy<true, PixelFormat::RGBA16I>, |
|
|
MortonCopy<true, PixelFormat::RGBA16UI>, |
|
|
MortonCopy<true, PixelFormat::RGBA16UI>, |
|
|
MortonCopy<true, PixelFormat::R11FG11FB10F>, |
|
|
MortonCopy<true, PixelFormat::R11FG11FB10F>, |
|
|
MortonCopy<true, PixelFormat::RGBA32UI>, |
|
|
MortonCopy<true, PixelFormat::RGBA32UI>, |
|
|
@ -142,6 +143,7 @@ static constexpr ConversionArray linear_to_morton_fns = { |
|
|
MortonCopy<false, PixelFormat::R8UI>, |
|
|
MortonCopy<false, PixelFormat::R8UI>, |
|
|
MortonCopy<false, PixelFormat::RGBA16F>, |
|
|
MortonCopy<false, PixelFormat::RGBA16F>, |
|
|
MortonCopy<false, PixelFormat::RGBA16S>, |
|
|
MortonCopy<false, PixelFormat::RGBA16S>, |
|
|
|
|
|
MortonCopy<false, PixelFormat::RGBA16I>, |
|
|
MortonCopy<false, PixelFormat::RGBA16U>, |
|
|
MortonCopy<false, PixelFormat::RGBA16U>, |
|
|
MortonCopy<false, PixelFormat::RGBA16UI>, |
|
|
MortonCopy<false, PixelFormat::RGBA16UI>, |
|
|
MortonCopy<false, PixelFormat::R11FG11FB10F>, |
|
|
MortonCopy<false, PixelFormat::R11FG11FB10F>, |
|
|
|