mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -04:00
GPU/HW: Fix a potential case where depth isn't cleared on viewport change
This commit is contained in:
@ -343,7 +343,6 @@ void GPU_HW::SetBatchDepthBuffer(bool enabled)
|
||||
}
|
||||
|
||||
m_batch.use_depth_buffer = enabled;
|
||||
m_last_depth_z = 1.0f;
|
||||
}
|
||||
|
||||
void GPU_HW::CheckForDepthClear(const BatchVertex* vertices, u32 num_vertices)
|
||||
|
Reference in New Issue
Block a user