Microsoft DirectX 9.0 SDK Update (October 2004)

FragmentLinker.AddFragments Method

Language:

Note: This documentation is preliminary and is subject to change.

Adds fragments to the existing fragment linker.

Definition

Visual Basic .NET Public Sub AddFragments( _
    ByVal fragments As GraphicsStream _
)
C# public void AddFragments(
    GraphicsStream fragments
);
Managed C++ public: void AddFragments(
    GraphicsStream *fragments
);
JScript .NET public function AddFragments(
    fragments : GraphicsStream
);

Parameters

fragments Microsoft.DirectX.GraphicsStream. A GraphicsStream object that contains shader fragments to add.

Remarks

Exceptions
DuplicateNamedFragmentException Multiple fragments with the same name were found. No fragments were added.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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