Function VisualServerSingleton.environmentSetSsr

Sets the variables to be used with the "screen space reflections" post-process effect. See Environment for more details.

void environmentSetSsr (
  const(RID) env,
  const(bool) enable,
  const(long) max_steps,
  const(double) fade_in,
  const(double) fade_out,
  const(double) depth_tolerance,
  const(bool) roughness
) nothrow @nogc;