TextureShader.Function Property (Microsoft.DirectX.Direct3D)
Retrieves the shader function stream.
Definition
Visual Basic Public ReadOnly Property Function As GraphicsStream C# public GraphicsStream Function { get; } C++ public:
property GraphicsStream^ Function {
GraphicsStream^ get();
}JScript public function get Function() : GraphicsStream
Property Value
Microsoft.DirectX.GraphicsStream
A GraphicsStream object that contains the shader function stream.This property is read-only.