Microsoft DirectX 9.0 SDK Update (October 2004)

EffectCompiler.EffectCompiler Constructor

Language:

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

Initializes a new instance of the EffectCompiler class.

Definition

Visual Basic .NET Public Sub New( _
    ByVal pInterop As ID3DXEffectCompiler _
)
C# public EffectCompiler(
    ID3DXEffectCompiler pInterop
);
Managed C++ public: EffectCompiler(
    ID3DXEffectCompiler pInterop
);
JScript .NET public function EffectCompiler(
    pInterop : ID3DXEffectCompiler
);

Parameters

pInterop Microsoft.DirectX.PrivateImplementationDetails.ID3DXEffectCompiler. Unmanaged Component Object Model (COM) ID3DXEffectCompiler interface pointer.

© 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