|
|
@ -48,6 +48,7 @@ static constexpr ConversionArray morton_to_linear_fns = { |
|
|
MortonCopy<true, PixelFormat::A2B10G10R10U>, |
|
|
MortonCopy<true, PixelFormat::A2B10G10R10U>, |
|
|
MortonCopy<true, PixelFormat::A1B5G5R5U>, |
|
|
MortonCopy<true, PixelFormat::A1B5G5R5U>, |
|
|
MortonCopy<true, PixelFormat::R8U>, |
|
|
MortonCopy<true, PixelFormat::R8U>, |
|
|
|
|
|
MortonCopy<true, PixelFormat::R8S>, |
|
|
MortonCopy<true, PixelFormat::R8UI>, |
|
|
MortonCopy<true, PixelFormat::R8UI>, |
|
|
MortonCopy<true, PixelFormat::RGBA16F>, |
|
|
MortonCopy<true, PixelFormat::RGBA16F>, |
|
|
MortonCopy<true, PixelFormat::RGBA16U>, |
|
|
MortonCopy<true, PixelFormat::RGBA16U>, |
|
|
@ -131,6 +132,7 @@ static constexpr ConversionArray linear_to_morton_fns = { |
|
|
MortonCopy<false, PixelFormat::A2B10G10R10U>, |
|
|
MortonCopy<false, PixelFormat::A2B10G10R10U>, |
|
|
MortonCopy<false, PixelFormat::A1B5G5R5U>, |
|
|
MortonCopy<false, PixelFormat::A1B5G5R5U>, |
|
|
MortonCopy<false, PixelFormat::R8U>, |
|
|
MortonCopy<false, PixelFormat::R8U>, |
|
|
|
|
|
MortonCopy<false, PixelFormat::R8S>, |
|
|
MortonCopy<false, PixelFormat::R8UI>, |
|
|
MortonCopy<false, PixelFormat::R8UI>, |
|
|
MortonCopy<false, PixelFormat::RGBA16F>, |
|
|
MortonCopy<false, PixelFormat::RGBA16F>, |
|
|
MortonCopy<false, PixelFormat::RGBA16S>, |
|
|
MortonCopy<false, PixelFormat::RGBA16S>, |
|
|
|