Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D10Asynchronous::Begin method

Starts the collection of GPU data.

Syntax


void Begin();

Parameters

This method has no parameters.

Return value

Returns nothing.

Remarks

Calling Begin starts the asynchronous collection of GPU data. Calling ID3D10Asynchronous::End causes data collection to stop. See ID3D10Asynchronous Interface for additional information.

Requirements

Header

D3D10.h

Library

D3D10.lib

See also

ID3D10Asynchronous Interface

 

 

Show:
© 2017 Microsoft