Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RenderCapability.xml] minor copyedit, word choice #10188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Windows.Media/RenderCapability.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.|

Expand Down