diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_rasterizer_cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp b/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp index f556dbc41..42d3730ee 100644 --- a/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp +++ b/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp | |||
| @@ -1098,7 +1098,7 @@ SurfaceSurfaceRect_Tuple RasterizerCacheOpenGL::GetFramebufferSurfaces( | |||
| 1098 | color_params.pixel_format = SurfaceParams::PixelFormatFromRenderTargetFormat(config.format); | 1098 | color_params.pixel_format = SurfaceParams::PixelFormatFromRenderTargetFormat(config.format); |
| 1099 | color_params.UpdateParams(); | 1099 | color_params.UpdateParams(); |
| 1100 | 1100 | ||
| 1101 | ASSERT(!using_depth_fb, "depth buffer is unimplemented"); | 1101 | ASSERT_MSG(!using_depth_fb, "depth buffer is unimplemented"); |
| 1102 | // depth_params.addr = config.GetDepthBufferPhysicalAddress(); | 1102 | // depth_params.addr = config.GetDepthBufferPhysicalAddress(); |
| 1103 | // depth_params.pixel_format = SurfaceParams::PixelFormatFromDepthFormat(config.depth_format); | 1103 | // depth_params.pixel_format = SurfaceParams::PixelFormatFromDepthFormat(config.depth_format); |
| 1104 | // depth_params.UpdateParams(); | 1104 | // depth_params.UpdateParams(); |