RenderCapability.IsPixelShaderVersionSupported Method
Gets a value that indicates whether the specified pixel shader version is supported.
Assembly: PresentationCore (in PresentationCore.dll)
public static bool IsPixelShaderVersionSupported( short majorVersionRequested, short minorVersionRequested )
Parameters
- majorVersionRequested
- Type: System.Int16
The major version of the pixel shader.
- minorVersionRequested
- Type: System.Int16
The minor version of the pixel shader.
Return Value
Type: System.Booleantrue if the pixel shader version is supported by the current version of WPF; otherwise, false.
The IsPixelShaderVersionSupported method returns true if the pixel shader version is supported by the current version of WPF, and if an Effect using the specified major/minor version can run on the GPU.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.