Skip to content

Commit 9d2c0ee

Browse files
Update RenderCapability.xml (#10188)
Non-acceleration is not acceleration.
1 parent 29bf04a commit 9d2c0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Media/RenderCapability.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
289289
|Return value|Rendering tier|Notes|
290290
|------------------|--------------------|-----------|
291-
|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.|
291+
|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.|
292292
|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.|
293293
|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.|
294294

0 commit comments

Comments
 (0)