D3D12FD3D12GPUFence::Poll

Poll the fence to see if the GPU has signaled it.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FRHIGPUFence::Poll()

D3D12FD3D12GPUFence::Poll()

References

Module

D3D12RHI

Header

/Engine/Source/Runtime/D3D12RHI/Public/D3D12Resources.h

Include

#include "D3D12Resources.h"

Syntax

virtual bool Poll() const

Remarks

Poll the fence to see if the GPU has signaled it.

Returns

True if and only if the GPU fence has been inserted and the GPU has signaled the fence.