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
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.