FragmentLinker.FragmentLinker Constructor

Language:

Initializes a new instance of the FragmentLinker class.

Definition

Visual Basic Public Sub New( _
    ByVal device As Device, _
    ByVal shaderCacheSize As Integer _
)
C# public FragmentLinker(
    Device device,
    int shaderCacheSize
);
C++ public:
 FragmentLinker(
    Devicedevice,
    int shaderCacheSize
);
JScript 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.

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

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