I see SSDO mentioned in this URL : http://www.leadwerks.com/werkspace/page/Products/le2/_/features/rendering-r10
Post-Processing Effects
Leadwerks Engine supports the following effects:
Volumetric light scattering ("Godrays")
Screen-space directional occlusion (SSDO)
High dynamic range rendering (HDR)
Near and far depth of field (DOF)
Edge anti-alias
Bloom
Underwater effects
But in the framework command set - http://www.leadwerks.com/werkspace/page/Documentation/le2/_/command-reference/framework/
Leadwerks Framework is a set of commands of the Leadwerks Engine to handle advanced rendering techniques. It allows many post-processing effects to be combined without interfering with one another.
Features easy straight forward setup and managing for these effects:
Distance fog
Skyboxes
HDR / Iris adjustment
Bloom
Antialias
Near and far depth-of-field (DOF)
Volumetric light scattering (God rays)
Screen-space ambient occlusion (SSAO)
Transparency and refraction.
Water with reflection, refraction, physics, and full-screen underwater effects.
SSAO is mentioned and the command for enabling SSAO is SetSSAO.
My question is what is the command for enabling SSDO ?