From 4251c276bdabdf90892565dc53718a74f49688b0 Mon Sep 17 00:00:00 2001 From: Glenn Slayden <5589855+glenn-slayden@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:20:43 -0700 Subject: [PATCH] Update RenderCapability.xml Non-acceleration is not acceleration. --- xml/System.Windows.Media/RenderCapability.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Media/RenderCapability.xml b/xml/System.Windows.Media/RenderCapability.xml index 6b4c4840098..e4726bcce3e 100644 --- a/xml/System.Windows.Media/RenderCapability.xml +++ b/xml/System.Windows.Media/RenderCapability.xml @@ -281,7 +281,7 @@ |Return value|Rendering tier|Notes| |------------------|--------------------|-----------| -|0x00000000|0|No graphics hardware acceleration is available for the application on the device. All graphics features use software acceleration. The DirectX version level is less than version 9.0.| +|0x00000000|0|No graphics hardware acceleration is available for the application on the device. All graphics features use software rendering. The DirectX version level is less than version 9.0.| |0x00010000|1|Most of the graphics features of WPF will use hardware acceleration if the necessary system resources are available and have not been exhausted. This corresponds to a DirectX version that is greater than or equal to 9.0.| |0x00020000|2|Most of the graphics features of WPF will use hardware acceleration provided the necessary system resources have not been exhausted. This corresponds to a DirectX version that is greater than or equal to 9.0.|