PassDescription.PixelShaderFunction Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center