diff options
Diffstat (limited to 'doc/_sources')
| -rw-r--r-- | doc/_sources/changelog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/_sources/changelog.txt b/doc/_sources/changelog.txt index 5be28c4..98c0c31 100644 --- a/doc/_sources/changelog.txt +++ b/doc/_sources/changelog.txt @@ -4,6 +4,12 @@ Change Log |PRODUCTNAMEDOCRELEASEBOLD| +**New in release 3.1** + +* The D3D11 non-UWP DLL now calls NVAPI (when available) to disable any SLI transfers for all render targets. +* The D3D12 RenderAO call now resets the ScissorRect. +* The PowerExponent parameter is now clamped to 4.f (was 8.f). + **New in release 3.0** * Added entry points for D3D12. |