#Is there a way to modify the
1 messages · Page 1 of 1 (latest)
For instance here is a model's depth buffer in the depth prepass (depthonlypass)
And here is the same model's depth buffer during the opaque rendering pass, where the shader's alpha clipping is taken into account
That's a bit odd. Afaik it should already include the alpha clipping in the DepthOnly pass. Could check the generated shader code to make sure.