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 0db995367..9c19e2838 100644 --- a/src/video_core/surface.cpp +++ b/src/video_core/surface.cpp | |||
| @@ -100,6 +100,8 @@ PixelFormat PixelFormatFromRenderTargetFormat(Tegra::RenderTargetFormat format) | |||
| 100 | return PixelFormat::RGBA16U; | 100 | return PixelFormat::RGBA16U; |
| 101 | case Tegra::RenderTargetFormat::RGBA16_SNORM: | 101 | case Tegra::RenderTargetFormat::RGBA16_SNORM: |
| 102 | return PixelFormat::RGBA16S; | 102 | return PixelFormat::RGBA16S; |
| 103 | case Tegra::RenderTargetFormat::RGBA16_SINT: | ||
| 104 | return PixelFormat::RGBA16I; | ||
| 103 | case Tegra::RenderTargetFormat::RGBA16_UINT: | 105 | case Tegra::RenderTargetFormat::RGBA16_UINT: |
| 104 | return PixelFormat::RGBA16UI; | 106 | return PixelFormat::RGBA16UI; |
| 105 | case Tegra::RenderTargetFormat::RGBA16_FLOAT: | 107 | case Tegra::RenderTargetFormat::RGBA16_FLOAT: |