ID3D12CommandQueue::EndEvent method (d3d12.h)

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

Syntax

void EndEvent();

Return value

None

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 queue, use the PIXEndEvent function or PIXScopedEvent macro.  These are provided by the WinPixEventRuntime NuGet package.

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h

See also

ID3D12CommandQueue