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 1f12163fe..13e598972 100644 --- a/src/video_core/surface.cpp +++ b/src/video_core/surface.cpp | |||
| @@ -106,6 +106,8 @@ PixelFormat PixelFormatFromRenderTargetFormat(Tegra::RenderTargetFormat format) | |||
| 106 | return PixelFormat::RGBA16F; | 106 | return PixelFormat::RGBA16F; |
| 107 | case Tegra::RenderTargetFormat::RG32_FLOAT: | 107 | case Tegra::RenderTargetFormat::RG32_FLOAT: |
| 108 | return PixelFormat::RG32F; | 108 | return PixelFormat::RG32F; |
| 109 | case Tegra::RenderTargetFormat::RG32_SINT: | ||
| 110 | return PixelFormat::RG32I; | ||
| 109 | case Tegra::RenderTargetFormat::RG32_UINT: | 111 | case Tegra::RenderTargetFormat::RG32_UINT: |
| 110 | return PixelFormat::RG32UI; | 112 | return PixelFormat::RG32UI; |
| 111 | case Tegra::RenderTargetFormat::RGBX16_FLOAT: | 113 | case Tegra::RenderTargetFormat::RGBX16_FLOAT: |