Depth Test
OpenGL Rendering Pipeline
The Depth Test is a per-sample operation performed conceptually after the Fragment Shader. The output depth is tested against the depth of the sample being written to. If the test fails, the fragment is discarded.
This article is a stub. You can help the OpenGL Wiki by expanding it. |