Pixel Depth Offset

AFAIK there is not much to explain if you are familiar with shaders, it’s just offset that is added to the original pixel depth, and then this value is saved in depth buffer instead of the original one (and depth test is done against this value).

2 Likes