GPU uses a pointer that points to the visible triangle at a pixel, saving work to check on other triangles in the region.
does this only apply to fully opaque triangles? or how are alpha values taken into account here
Please log in to leave a comment.
GPU uses a pointer that points to the visible triangle at a pixel, saving work to check on other triangles in the region.