Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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