FragmentLinker.FragmentLinker Constructor

Language:

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

Initializes a new instance of the FragmentLinker class.

Definition

Visual Basic .NET Public Sub New( _
    ByVal device As Device, _
    ByVal shaderCacheSize As Integer _
)
C# public FragmentLinker(
    Device device,
    int shaderCacheSize
);
Managed C++ public: FragmentLinker(
    Device *device,
    int shaderCacheSize
);
JScript .NET public function FragmentLinker(
    device : Device,
    shaderCacheSize : int
);

Parameters

device Microsoft.DirectX.Direct3D.Device. A Device to associate with the FragmentLinker.
shaderCacheSize System.Int32. Integer that represents the shader cache size.

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

Feedback? Please provide us with your comments on this topic.