From 14c2a4a2ec30256e9299017e532a24e6600d7b95 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Sat, 15 Feb 2020 02:54:24 -0300 Subject: texture: Implement R32I --- src/video_core/morton.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/video_core/morton.cpp') diff --git a/src/video_core/morton.cpp b/src/video_core/morton.cpp index 2f2fe6859..f2c83266e 100644 --- a/src/video_core/morton.cpp +++ b/src/video_core/morton.cpp @@ -85,6 +85,7 @@ static constexpr ConversionArray morton_to_linear_fns = { MortonCopy, MortonCopy, MortonCopy, + MortonCopy, MortonCopy, MortonCopy, MortonCopy, @@ -166,6 +167,7 @@ static constexpr ConversionArray linear_to_morton_fns = { MortonCopy, MortonCopy, MortonCopy, + MortonCopy, nullptr, nullptr, nullptr, -- cgit v1.2.3