diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-07-14 15:00:37 -0400 |
|---|---|---|
| committer | FernandoS27 <fsahmkow27@gmail.com> | 2019-07-17 17:29:54 -0400 |
| commit | 8cdbfe69b1211431536414e375f0fd49222d9a29 (patch) | |
| tree | dac0320358b55acc6a431c07e38d7da4fb156ec2 /src/video_core/engines/maxwell_3d.cpp | |
| parent | 0ff4a5fa3918c5a1aa9d973061354bf21d7205d8 (diff) | |
GL_Rasterizer: Corrections to Clearing.
Diffstat (limited to 'src/video_core/engines/maxwell_3d.cpp')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index 0c4e72dfe..97422e700 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp @@ -568,7 +568,7 @@ void Maxwell3D::FinishCBData() { const u32 id = cb_data_state.id; memory_manager.WriteBlock(address, cb_data_state.buff[id].data(), size); - dirty.ResetVertexArrays(); + dirty.OnMemoryWrite(); cb_data_state.id = null_cb_data; cb_data_state.current = null_cb_data; |
