diff options
| author | 2019-07-14 08:14:27 -0400 | |
|---|---|---|
| committer | 2019-07-17 17:29:52 -0400 | |
| commit | fec32fed18bd4210f00150018a05ab010091e573 (patch) | |
| tree | 81250a6801d23e54f1681e8881cabebbd1e9f01d /src/video_core/engines | |
| parent | Maxwell3D: Implement State Dirty Flags. (diff) | |
| download | yuzu-fec32fed18bd4210f00150018a05ab010091e573.tar.gz yuzu-fec32fed18bd4210f00150018a05ab010091e573.tar.xz yuzu-fec32fed18bd4210f00150018a05ab010091e573.zip | |
GL_Rasterizer: Rework RenderTarget/DepthBuffer clearing
Diffstat (limited to 'src/video_core/engines')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index cfa98f528..d499aaa8d 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp | |||
| @@ -568,7 +568,6 @@ void Maxwell3D::FinishCBData() { | |||
| 568 | 568 | ||
| 569 | const u32 id = cb_data_state.id; | 569 | const u32 id = cb_data_state.id; |
| 570 | memory_manager.WriteBlock(address, cb_data_state.buff[id].data(), size); | 570 | memory_manager.WriteBlock(address, cb_data_state.buff[id].data(), size); |
| 571 | dirty.ResetRenderTargets(); | ||
| 572 | 571 | ||
| 573 | cb_data_state.id = null_cb_data; | 572 | cb_data_state.id = null_cb_data; |
| 574 | cb_data_state.current = null_cb_data; | 573 | cb_data_state.current = null_cb_data; |