D3D12FD3D12GPUFence::Poll

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss