ID3D11DeviceContext::Begin method (d3d11.h)

Mark the beginning of a series of commands.

Syntax

void Begin(
  [in] ID3D11Asynchronous *pAsync
);

Parameters

[in] pAsync

Type: ID3D11Asynchronous*

A pointer to an ID3D11Asynchronous interface.

Return value

None

Remarks

Use ID3D11DeviceContext::End to mark the ending of the series of commands.

Requirements

Requirement Value
Target Platform Windows
Header d3d11.h
Library D3D11.lib

See also

ID3D11DeviceContext