ID3D11DeviceX::IsFencePending Method

Checks whether the specified fence is pending. This is a free-threaded method to check the status of any fence using the CPU.

Syntax

public:
BOOL IsFencePending(
         UINT64 Fence
)  

Parameters

Fence
Type: UINT64 

[in] The ID of the fence to check.

Return value

Type: BOOL 

true if the fence is pending; otherwise, false.

Remarks

Refer to the fences and synchronization sections of Optimizing Monolithic Driver Performance for more details.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.

See also

Reference

ID3D11DeviceX Interface

ID3D11DeviceX Members