|
|
@@ -71,6 +71,7 @@ static constexpr ConversionArray morton_to_linear_fns = {
|
|
|
MortonCopy<true, PixelFormat::ASTC_2D_4X4>,
|
|
|
MortonCopy<true, PixelFormat::BGRA8>,
|
|
|
MortonCopy<true, PixelFormat::RGBA32F>,
|
|
|
+ MortonCopy<true, PixelFormat::RGBA32I>,
|
|
|
MortonCopy<true, PixelFormat::RG32F>,
|
|
|
MortonCopy<true, PixelFormat::RG32I>,
|
|
|
MortonCopy<true, PixelFormat::R32F>,
|
|
|
@@ -161,6 +162,7 @@ static constexpr ConversionArray linear_to_morton_fns = {
|
|
|
nullptr,
|
|
|
MortonCopy<false, PixelFormat::BGRA8>,
|
|
|
MortonCopy<false, PixelFormat::RGBA32F>,
|
|
|
+ MortonCopy<false, PixelFormat::RGBA32I>,
|
|
|
MortonCopy<false, PixelFormat::RG32F>,
|
|
|
MortonCopy<false, PixelFormat::RG32I>,
|
|
|
MortonCopy<false, PixelFormat::R32F>,
|