diff options
| author | lbavoil <[email protected]> | 2016-04-20 10:29:08 +0200 |
|---|---|---|
| committer | lbavoil <[email protected]> | 2016-04-20 10:29:08 +0200 |
| commit | f0a6c630762737f41da7b8def24c67ca85e086cc (patch) | |
| tree | cc727e9014c1eca342e5d67afe2c6c10d048d9d1 /include | |
| parent | Clamp the NearAO and FarAO parameters to [0,4] instead of [1,4] (diff) | |
| download | hbaoplus-f0a6c630762737f41da7b8def24c67ca85e086cc.tar.xz hbaoplus-f0a6c630762737f41da7b8def24c67ca85e086cc.zip | |
Edit comment
Diffstat (limited to 'include')
| -rw-r--r-- | include/GFSDK_SSAO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GFSDK_SSAO.h b/include/GFSDK_SSAO.h index cdaec09..d6ad05e 100644 --- a/include/GFSDK_SSAO.h +++ b/include/GFSDK_SSAO.h @@ -83,7 +83,7 @@ up to 46 MB of video memory and 2.3 ms / frame on GeForce GTX 680. (3.) SET AO PARAMETERS - GFSDK_SSAO_Parameters_D3D11 Params; + GFSDK_SSAO_Parameters Params; Params.Radius = 2.f; Params.Bias = 0.1f; Params.PowerExponent = 2.f; |