Share via


PassDescription.VertexShaderFunction Property (Microsoft.DirectX.Direct3D)

Retrieves a GraphicsStream object that contains the vertex shader function.

Definition

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

Property Value

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

This property is read-only.