VisualServerSingleton.environmentSetSsr

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

struct VisualServerSingleton
@nogc nothrow
void
environmentSetSsr
(
in RID env
,
in bool enable
,
in long max_steps
,
in double fade_in
,
in double fade_out
,
in double depth_tolerance
,
in bool roughness
)

Meta