The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ShaderRenderMode Enumeration
.NET Framework (current version)
Indicates the policy for rendering a ShaderEffect in software.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Auto | Allow hardware and software rendering. | |
| HardwareOnly | Require hardware rendering, ignore if unavailable. | |
| SoftwareOnly | Force software rendering. |
.NET Framework
Available since 3.0
Available since 3.0
Show: