RenderCapability.IsPixelShaderVersionSupportedInSoftware(Int16, Int16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the specified pixel shader version can be rendered in software on the current system.
public:
static bool IsPixelShaderVersionSupportedInSoftware(short majorVersionRequested, short minorVersionRequested);
public static bool IsPixelShaderVersionSupportedInSoftware (short majorVersionRequested, short minorVersionRequested);
static member IsPixelShaderVersionSupportedInSoftware : int16 * int16 -> bool
Public Shared Function IsPixelShaderVersionSupportedInSoftware (majorVersionRequested As Short, minorVersionRequested As Short) As Boolean
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
See also
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.