RenderCapability.IsPixelShaderVersionSupportedInSoftware(Int16, Int16) Method

Definition

Gets a value that indicates whether the specified pixel shader version can be rendered in software on the current system.

C#
public static bool IsPixelShaderVersionSupportedInSoftware(short majorVersionRequested, short minorVersionRequested);

Parameters

majorVersionRequested
Int16

The major version of the pixel shader.

minorVersionRequested
Int16

The minor version of the pixel shader.

Returns

true if the pixel shader can be rendered in software on the current system; otherwise, false.

Remarks

Software rendering is only supported for Pixel Shader 2.0.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also