Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 853 Bytes

pixel-ownership-test.md

File metadata and controls

22 lines (14 loc) · 853 Bytes
title description ms.assetid keywords ms.topic ms.date
Pixel Ownership Test
The pixel ownership test determines whether the current OpenGL context owns the pixel in the framebuffer corresponding to a particular fragment.
aa9428a6-cc05-4df4-ba31-444f999006a8
OpenGL processing pipeline,pixel ownership test
pixel ownership test OpenGL
article
05/31/2018

Pixel Ownership Test

The pixel ownership test determines whether the current OpenGL context owns the pixel in the framebuffer corresponding to a particular fragment. If so, the fragment proceeds to the next test. If not, the window system determines whether the fragment is discarded or whether any further fragment operations will be performed with that fragment. With this test, the window system controls behavior when, for example, an OpenGL window is obscured.