added raytraced reflections

This commit is contained in:
Turanszki Janos
2020-09-21 22:01:07 +02:00
parent f7cacec78d
commit b7bc35bbda
24 changed files with 644 additions and 22 deletions
@@ -640,6 +640,7 @@ It inherits functions from RenderPath2D, so it can render a 2D overlay.
- AO_MSAO : int -- enable multi scale screen space ambient occlusion (use in SetAO() function)
- SetHBAOEnabled(bool value)
- SetSSREnabled(bool value)
- SetRaytracedReflectionsEnabled(bool value)
- SetShadowsEnabled(bool value)
- SetReflectionsEnabled(bool value)
- SetFXAAEnabled(bool value)