ID3DX11EffectGroup interface

The ID3DX11EffectGroup interface accesses an Effect group.

The lifetime of an ID3DX11EffectGroup object is equal to the lifetime of its parent ID3DX11Effect object.

Methods

The ID3DX11EffectGroup interface has these methods.

Method Description
GetAnnotationByIndex Get an annotation by index.
GetAnnotationByName Get an annotation by name.
GetDesc Gets a group description.
GetTechniqueByIndex Get a technique by index.
GetTechniqueByName Get a technique by name.
IsValid Test an effect to see if it contains valid syntax.

Remarks

To get an ID3DX11EffectGroup interface, call a method like ID3DX11Effect::GetGroupByName.

Note

The DirectX SDK does not supply any compiled binaries for effects. You must use Effects 11 source to build your effects-type application. For more information about using Effects 11 source, see Differences Between Effects 10 and Effects 11.

Requirements

Requirement Value
Header
D3dx11effect.h
Library
N/A (An Effects 11 library is available online as shared source.)

See also

Effects 11 Interfaces

D3DX Interfaces