Depth Test: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
stub for depth test.
(No difference)

Revision as of 17:09, 8 September 2012

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.