Hi,
I know there is an existing mechanism for writing custom openGL plugins and rendering after all Unity rendering has been completed. However, I would like to render custom depth buffer data from a memory buffer before Unity rendering to be used during Unity’s depth buffer test. For example, I may have a very specialized occlusion mask that I procedurally create and would like to put this in the depth buffer before regular Unity rendering. Is this possible?
Victor