Caps.PixelShaderCaps Property (Microsoft.DirectX.Direct3D)

Retrieves a structure that contains the supported pixel shader capabilities.

Definition

Visual Basic Public ReadOnly Property PixelShaderCaps As PixelShaderCaps
C# public PixelShaderCaps PixelShaderCaps { get; }
C++ public:
property PixelShaderCaps PixelShaderCaps {
        PixelShaderCaps get();
}
JScript public function get PixelShaderCaps() : PixelShaderCaps

Property Value

Microsoft.DirectX.Direct3D.PixelShaderCaps
A PixelShaderCaps structure that contains the supported pixel shader capabilities.

This property is read-only.