|
|
|
@ -85,6 +85,7 @@ static constexpr ConversionArray morton_to_linear_fns = {
|
|
|
|
|
MortonCopy<true, PixelFormat::RGBA8_SRGB>,
|
|
|
|
|
MortonCopy<true, PixelFormat::RG8U>,
|
|
|
|
|
MortonCopy<true, PixelFormat::RG8S>,
|
|
|
|
|
MortonCopy<true, PixelFormat::RG8I>,
|
|
|
|
|
MortonCopy<true, PixelFormat::RG8UI>,
|
|
|
|
|
MortonCopy<true, PixelFormat::RG32UI>,
|
|
|
|
|
MortonCopy<true, PixelFormat::RGBX16F>,
|
|
|
|
@ -171,6 +172,7 @@ static constexpr ConversionArray linear_to_morton_fns = {
|
|
|
|
|
MortonCopy<false, PixelFormat::RGBA8_SRGB>,
|
|
|
|
|
MortonCopy<false, PixelFormat::RG8U>,
|
|
|
|
|
MortonCopy<false, PixelFormat::RG8S>,
|
|
|
|
|
MortonCopy<false, PixelFormat::RG8I>,
|
|
|
|
|
MortonCopy<false, PixelFormat::RG8UI>,
|
|
|
|
|
MortonCopy<false, PixelFormat::RG32UI>,
|
|
|
|
|
MortonCopy<false, PixelFormat::RGBX16F>,
|
|
|
|
|