Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 2.14 KB

nf-d3d11-id3d11devicecontext-begin.md

File metadata and controls

70 lines (58 loc) · 2.14 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d11.ID3D11DeviceContext.Begin
ID3D11DeviceContext::Begin (d3d11.h)
Mark the beginning of a series of commands.
Begin
Begin method [Direct3D 11]
Begin method [Direct3D 11]
ID3D11DeviceContext interface
ID3D11DeviceContext interface [Direct3D 11]
Begin method
ID3D11DeviceContext.Begin
ID3D11DeviceContext::Begin
d3d11/ID3D11DeviceContext::Begin
direct3d11.id3d11devicecontext_begin
e0186f02-1f56-8ba4-2429-48dc47ff8dc9
direct3d11\id3d11devicecontext_begin.htm
direct3d11
5a9cdc60-2226-4d18-bfbd-5db10de35e53
12/05/2018
Begin, Begin method [Direct3D 11], Begin method [Direct3D 11],ID3D11DeviceContext interface, ID3D11DeviceContext interface [Direct3D 11],Begin method, ID3D11DeviceContext.Begin, ID3D11DeviceContext::Begin, d3d11/ID3D11DeviceContext::Begin, direct3d11.id3d11devicecontext_begin, e0186f02-1f56-8ba4-2429-48dc47ff8dc9
d3d11.h
Windows
D3D11.lib
Windows
19H1
ID3D11DeviceContext::Begin
d3d11/ID3D11DeviceContext::Begin
c++
APIRef
kbSyntax
COM
D3D11.lib
D3D11.dll
ID3D11DeviceContext.Begin

ID3D11DeviceContext::Begin

-description

Mark the beginning of a series of commands.

-parameters

-param pAsync [in]

Type: ID3D11Asynchronous*

A pointer to an ID3D11Asynchronous interface.

-remarks

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

-see-also

ID3D11DeviceContext