July 2008
Intermediate to advanced
480 pages
9h 29m
English
This chapter discusses the operations that can be applied either to the entire framebuffer or to individual fragments after the execution of the fragment shader in the OpenGL ES 2.0 fragment pipeline. As you’ll recall, the output of the fragment shader is the fragment’s color and depth value. The operations that occur after fragment shader execution and can affect the visibility and final color of a pixel are:
The tests and operations that a fragment goes through on its way to the framebuffer are shown in Figure 11-1.
Figure 11-1. The Post-Shader Fragment Pipeline
As you might have noticed, there isn’t a stage ...
Read now
Unlock full access