ID3D12GraphicsCommandList::EndEvent method

Not intended to be called directly.  Use the PIX event runtime to insert events into a command list.

Syntax


void EndEvent();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

This is a support method used internally by the PIX event runtime.  It is not intended to be called directly.

To mark the end of an instrumentation region at the current location within a D3D12 command list, use the PIXEndEvent function or PIXScopedEvent macro.  These are provided by the WinPixEventRuntime NuGet package.

Requirements

Header

D3d12.h

Library

D3d12.lib

DLL

D3d12.dll

See also

ID3D12GraphicsCommandList

 

 

Show: