End
Map
Expand Minimize
This topic has not yet been rated - Rate this topic

ID3D11DeviceContext::End method

Mark the end of a series of commands.

Syntax


void End(
  ID3D11Asynchronous *pAsync
);

Parameters

pAsync

Type: ID3D11Asynchronous*

A pointer to an ID3D11Asynchronous interface.

Return value

Returns nothing.

Remarks

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

Windows Phone 8: This API is supported.

Requirements

Header

D3D11.h

Library

D3D11.lib

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.