ID3D11DmaEngineContextX::PIXSetMarkerEx Method

Inserts a marker into the PIX GPU timeline when the specified user-defined event occurs.

Syntax

public:
void PIXSetMarkerEx(
         LPCWSTR Name
)  

Parameters

Name
Type: LPCWSTR 

[in] The name of the PIX event to insert a marker for. This should be the name of a PIX event that was previously defined by ID3D11DmaEngineContextX::PIXBeginEventEx.

Return value

Type: void 

Returns nothing.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.

See also

PIX API Reference

Reference

ID3D11DmaEngineContextX Interface

ID3D11DmaEngineContextX Members