ID3D12CommandList::PIXEndEvent method

[This documentation is preliminary and is subject to change.]

Defines the end of a user-defined Command List timing event.

Syntax

INT PIXEndEvent();

Parameters

This method has no parameters.

Return value

An integer containing a success or error code.

Remarks

Refer to the Remarks section for ID3D12CommandList::PIXBeginEvent.

Requirements

Header

D3D12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

ID3D12CommandList