ID3D12Fence::GetCompletedValue method (d3d12.h)

Gets the current value of the fence.

Syntax

UINT64 GetCompletedValue();

Return value

Type: UINT64

Returns the current value of the fence. If the device has been removed, the return value will be UINT64_MAX.

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h
Library D3D12.lib
DLL D3D12.dll

See also

ID3D12Fence

Multi-engine synchronization