Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 741 Bytes

alpha-test.md

File metadata and controls

22 lines (14 loc) · 741 Bytes
title description ms.assetid keywords ms.topic ms.date
Alpha Test
The alpha test (performed only in RGBA mode) discards a fragment, depending on the outcome of a comparison between the fragment's alpha value and a constant reference value. You specify the comparison function and reference value with glAlphaFunc.
57ac6542-5bfb-4e3e-9ee0-aa35218e41a9
OpenGL processing pipeline,alpha test
alpha test OpenGL
article
05/31/2018

Alpha Test

The alpha test (performed only in RGBA mode) discards a fragment, depending on the outcome of a comparison between the fragment's alpha value and a constant reference value. You specify the comparison function and reference value with glAlphaFunc.