This is good to use when you have limited primitives in the scene, then going through all of them is feasible.
if(number of pixels << number of primitives)
This is good to use when you have limited primitives in the scene, then going through all of them is feasible.
if(number of pixels << number of primitives)