ID3D11DeviceContext::Begin Method

Mark the beginning of a series of commands.

Syntax

public:
void Begin(
         ID3D11Asynchronous *pAsync
)  

Parameters

pAsync
Type: ID3D11Asynchronous *

[in] A pointer to an ID3D11Asynchronous interface.

Return value

None.

Remarks

Use ID3D11DeviceContext::End to mark the ending 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