Explorar o código

Merge pull request #3110 from greggameplayer/CompleteRGBA16UI

Complete the implementation of RGBA16UI
Rodrigo Locatti %!s(int64=6) %!d(string=hai) anos
pai
achega
790a482bb4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/video_core/surface.cpp

+ 2 - 0
src/video_core/surface.cpp

@@ -249,6 +249,8 @@ PixelFormat PixelFormatFromTextureFormat(Tegra::Texture::TextureFormat format,
             return PixelFormat::RGBA16U;
         case Tegra::Texture::ComponentType::FLOAT:
             return PixelFormat::RGBA16F;
+        case Tegra::Texture::ComponentType::UINT:
+            return PixelFormat::RGBA16UI;
         default:
             break;
         }