diff options
Diffstat (limited to '')
| -rw-r--r-- | src/video_core/renderer_opengl/renderer_opengl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/renderer_opengl.cpp b/src/video_core/renderer_opengl/renderer_opengl.cpp index 272fc2e8e..e60b2eb44 100644 --- a/src/video_core/renderer_opengl/renderer_opengl.cpp +++ b/src/video_core/renderer_opengl/renderer_opengl.cpp | |||
| @@ -257,6 +257,7 @@ void RendererOpenGL::ConfigureFramebufferTexture(TextureInfo& texture, | |||
| 257 | const Tegra::FramebufferConfig& framebuffer) { | 257 | const Tegra::FramebufferConfig& framebuffer) { |
| 258 | texture.width = framebuffer.width; | 258 | texture.width = framebuffer.width; |
| 259 | texture.height = framebuffer.height; | 259 | texture.height = framebuffer.height; |
| 260 | texture.pixel_format = framebuffer.pixel_format; | ||
| 260 | 261 | ||
| 261 | GLint internal_format; | 262 | GLint internal_format; |
| 262 | switch (framebuffer.pixel_format) { | 263 | switch (framebuffer.pixel_format) { |