Effect.Pool Property (Microsoft.DirectX.Direct3D)
Retrieves an effect pool object that represents the pool of shared parameters.
Definition
Visual Basic Public ReadOnly Property Pool As EffectPool C# public EffectPool Pool { get; } C++ public:
property EffectPool^ Pool {
EffectPool^ get();
}JScript public function get Pool() : EffectPool
Property Value
Microsoft.DirectX.Direct3D.EffectPool
An EffectPool object that represents the pool of shared parameters.This property is read-only.
Remarks
Pools contain parameters that are shared between effects.