diff options
Diffstat (limited to 'doc/product.html')
| -rw-r--r-- | doc/product.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/product.html b/doc/product.html index 09f3ff3..d44db0e 100644 --- a/doc/product.html +++ b/doc/product.html @@ -157,7 +157,7 @@ Input.DepthData.MetersToViewSpaceUnits = SceneScale;</pre> </div> </li> <li><p class="first">SET AO PARAMETERS:</p> -<div class="highlight-python"><pre>GFSDK_SSAO_Parameters_D3D11 Params; +<div class="highlight-python"><pre>GFSDK_SSAO_Parameters Params; Params.Radius = 2.f; Params.Bias = 0.1f; Params.PowerExponent = 2.f; |