ID3D11DeviceContext::End Method

Mark the end of a series of commands.

Syntax

public:
void End(
         ID3D11Asynchronous *pAsync
)  

Parameters

pAsync
Type: ID3D11Asynchronous *

[in] A pointer to an ID3D11Asynchronous interface.

Return value

None.

Remarks

Use ID3D11DeviceContext::Begin to mark the beginning of the series of commands.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3D11DeviceContext

ID3D11DeviceContext Members