Caps.PixelShaderVersion Property (Microsoft.DirectX.Direct3D)
Retrieves an object that reports the main and subordinate pixel shader versions.
Definition
Visual Basic Public ReadOnly Property PixelShaderVersion As Version C# public Version PixelShaderVersion { get; } C++ public:
property Version^ PixelShaderVersion {
Version^ get();
}JScript public function get PixelShaderVersion() : Version
Property Value
System.Version
A Version object that contains the main and subordinate pixel shader versions.This property is read-only.