Browse Source
Merge pull request #1245 from degasus/optimizations
gl_rasterizer: Skip TODO log.
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
|
|
|
@ -690,7 +690,7 @@ SurfaceSurfaceRect_Tuple RasterizerCacheOpenGL::GetFramebufferSurfaces(bool usin |
|
|
|
const auto& regs = Core::System::GetInstance().GPU().Maxwell3D().regs; |
|
|
|
|
|
|
|
// TODO(bunnei): This is hard corded to use just the first render buffer
|
|
|
|
LOG_WARNING(Render_OpenGL, "hard-coded for render target 0!"); |
|
|
|
LOG_TRACE(Render_OpenGL, "hard-coded for render target 0!"); |
|
|
|
|
|
|
|
// get color and depth surfaces
|
|
|
|
SurfaceParams color_params{}; |
|
|
|
|