mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Merge branch 'master' into windows-unicode
This commit is contained in:
commit
2b1af36900
64 changed files with 1083 additions and 183 deletions
|
@ -1420,6 +1420,7 @@ void Renderer::SetDepthMode()
|
|||
else
|
||||
{
|
||||
// if the test is disabled write is disabled too
|
||||
// TODO: When PE performance metrics are being emulated via occlusion queries, we should (probably?) enable depth test with depth function ALWAYS here
|
||||
glDisable(GL_DEPTH_TEST);
|
||||
glDepthMask(GL_FALSE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue