public static Reaction <T> DepthTest <T> (this Reaction <T> render, DepthFunction depthFunction = DepthFunction.Less) { return(render.DepthTest(i => depthFunction)); }