d3d9.dllEndParameterBlock
Microsoft DirectX 9.0 SDK Update (October 2004)

ID3DXEffect::EndParameterBlock Method


Stop capturing effect parameter state changes.

Syntax

D3DXHANDLE EndParameterBlock(VOID);

Return Value

Returns a handle to the parameter state block.



Remarks

Start capturing effect parameter state changes by calling ID3DXEffect::BeginParameterBlock. All effect parameters that change state (before End is called) will be saved in an effect parameter state block. ID3DXEffect::ApplyParameterBlock is then used to apply this block of state changes to effect parameters. Effect parameters include any state changes outside of a pass.



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.