Fix for #425 causes z-fighting, need to make conditional on deferred
JonnyOThan opened this issue ยท 1 comments
I suspect maybe the depth mask material that we add to windows should only render in the deferred pass and not the forward one, and that might solve it. Would we then need two shaders, one for deferred and one not?