ID3D11DeviceContext::End method (d3d11.h)
Mark the end of a series of commands.
Syntax
void End(
[in] ID3D11Asynchronous *pAsync
);
Parameters
[in] pAsync
Type: ID3D11Asynchronous*
A pointer to an ID3D11Asynchronous interface.
Return value
None
Remarks
Use ID3D11DeviceContext::Begin to mark the beginning of the series of commands.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d11.h |
Library | D3D11.lib |