Share via


PassDescription.PixelShaderFunction Property (Microsoft.DirectX.Direct3D)

Retrieves a GraphicsStream object that contains the pixel shader function.

Definition

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

Property Value

Microsoft.DirectX.GraphicsStream
A GraphicsStream object that contains the pixel shader function to retrieve.

This property is read-only.