ID3D10EffectPool::AsEffect method (d3d10effect.h)

Get the effect that created the effect pool.

Syntax

ID3D10Effect * AsEffect();

Return value

Type: ID3D10Effect*

A pointer to an ID3D10Effect Interface interface.

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h

See also

ID3D10EffectPool Interface