This topic has not yet been rated - Rate this topic

ID3DXEffect::GetPool method

Gets a pointer to the pool of shared parameters.

Syntax


HRESULT GetPool(
  [out]  LPD3DXEFFECTPOOL *ppPool
);

Parameters

ppPool [out]

Type: LPD3DXEFFECTPOOL*

Pointer to a ID3DXEffectPool object.

Return value

Type: HRESULT

This method always returns the value S_OK.

Remarks

Pools contain shared parameters between effects. See Cloning and Sharing (Direct3D 9).

Requirements

Header

D3DX9Effect.h

Library

D3dx9.lib

 

 

Build date: 11/22/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.