diff options
Diffstat (limited to 'src/video_core/surface.cpp')
| -rw-r--r-- | src/video_core/surface.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/surface.cpp b/src/video_core/surface.cpp index 13e598972..0db995367 100644 --- a/src/video_core/surface.cpp +++ b/src/video_core/surface.cpp | |||
| @@ -124,6 +124,8 @@ PixelFormat PixelFormatFromRenderTargetFormat(Tegra::RenderTargetFormat format) | |||
| 124 | return PixelFormat::RGBA8_SRGB; | 124 | return PixelFormat::RGBA8_SRGB; |
| 125 | case Tegra::RenderTargetFormat::RGBA8_SNORM: | 125 | case Tegra::RenderTargetFormat::RGBA8_SNORM: |
| 126 | return PixelFormat::ABGR8S; | 126 | return PixelFormat::ABGR8S; |
| 127 | case Tegra::RenderTargetFormat::RGBA8_SINT: | ||
| 128 | return PixelFormat::ABGR8I; | ||
| 127 | case Tegra::RenderTargetFormat::RGBA8_UINT: | 129 | case Tegra::RenderTargetFormat::RGBA8_UINT: |
| 128 | return PixelFormat::ABGR8UI; | 130 | return PixelFormat::ABGR8UI; |
| 129 | case Tegra::RenderTargetFormat::RG16_UNORM: | 131 | case Tegra::RenderTargetFormat::RG16_UNORM: |