ID3DXEffectPool
Microsoft DirectX 9.0 SDK Update (October 2004)

ID3DXEffectPool Interface


Applications use the ID3DXEffectPool interface to identify parameters that are going to be shared across effects. See parameter sharing in Cloning and Sharing. This interface has no methods.

Remarks

The ID3DXEffectPool interface is obtained by calling D3DXCreateEffectPool.

The LPD3DXEFFECTPOOL type is defined as a pointer to this interface.

typedef interface ID3DXEffectPool ID3DXEffectPool;
typedef interface ID3DXEffectPool *LPD3DXEFFECTPOOL;

Interface Information

Inherits fromIUnknown
Headerd3dx9effect.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.