Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Stop capturing effect parameter state changes.
Syntax
D3DXHANDLE EndParameterBlock();
Parameters
This method has no parameters.
Return value
Type: D3DXHANDLE
Returns a handle to the parameter state block.
Remarks
All effect parameters that change state (after calling BeginParameterBlock and before calling EndParameterBlock) will be saved in an effect parameter state block. Use ApplyParameterBlock to apply this block of state changes to the effect system. Once you are finished with a state block use DeleteParameterBlock to free the memory.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also