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 VersionLeave Site
C# public VersionLeave Site PixelShaderVersion { get; }
C++ public:
property VersionLeave Site^ PixelShaderVersion {
        VersionLeave Site^ get();
}
JScript public function get PixelShaderVersion() : VersionLeave Site

Property Value

System.Version
A VersionLeave Site object that contains the main and subordinate pixel shader versions.

This property is read-only.