?/TD> |
Microsoft DirectX 9.0 |
Gets a pointer to the pool of shared parameters.
Syntax
HRESULT GetPool(
LPD3DXEFFECTPOOL* ppPool );
Parameters
- ppPool
- [out] Pointer to a ID3DXEffectPool object.
Return Value
This method always returns the value S_OK.
Remarks
Pools contain shared parameters between effects. See Cloning and Sharing.