|
|
|
@ -70,6 +70,7 @@ static constexpr ConversionArray morton_to_linear_fns = {
|
|
|
|
|
MortonCopy<true, PixelFormat::BGRA8>,
|
|
|
|
|
MortonCopy<true, PixelFormat::RGBA32F>,
|
|
|
|
|
MortonCopy<true, PixelFormat::RG32F>,
|
|
|
|
|
MortonCopy<true, PixelFormat::RG32I>,
|
|
|
|
|
MortonCopy<true, PixelFormat::R32F>,
|
|
|
|
|
MortonCopy<true, PixelFormat::R16F>,
|
|
|
|
|
MortonCopy<true, PixelFormat::R16U>,
|
|
|
|
@ -157,6 +158,7 @@ static constexpr ConversionArray linear_to_morton_fns = {
|
|
|
|
|
MortonCopy<false, PixelFormat::BGRA8>,
|
|
|
|
|
MortonCopy<false, PixelFormat::RGBA32F>,
|
|
|
|
|
MortonCopy<false, PixelFormat::RG32F>,
|
|
|
|
|
MortonCopy<false, PixelFormat::RG32I>,
|
|
|
|
|
MortonCopy<false, PixelFormat::R32F>,
|
|
|
|
|
MortonCopy<false, PixelFormat::R16F>,
|
|
|
|
|
MortonCopy<false, PixelFormat::R16U>,
|
|
|
|
|