إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Applications use the ID3DXEffectPool interface to identify parameters that are going to be shared across effects. See parameter sharing in Cloning and Sharing (Direct3D 9). This interface has no methods.
Members
The ID3DXEffectPool interface inherits from the IUnknown interface but does not have additional members.
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;
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also