Add a possible TODO.
Dunno if the hardware behaves like this, but it likely does.
This commit is contained in:
parent
53aec6c476
commit
0f617183a8
|
@ -1464,6 +1464,7 @@ void Renderer::SetDepthMode()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// if the test is disabled write is disabled too
|
// 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);
|
glDisable(GL_DEPTH_TEST);
|
||||||
glDepthMask(GL_FALSE);
|
glDepthMask(GL_FALSE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue