FOpenGLDynamicRHI::RHIWriteGPUFence

Write the fence in the GPU timeline.

Windows
MacOS
Linux

Override Hierarchy

IRHIComputeContext::RHIWriteGPUFence()

FOpenGLDynamicRHI::RHIWriteGPUFence()

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h

Include

#include "OpenGLDrv.h"

Source

/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLCommands.cpp

Syntax

virtual void RHIWriteGPUFence
(
    FRHIGPUFence * FenceRHI
)

Remarks

Write the fence in the GPU timeline. The fence can then be tested on the CPU to know if the previous GPU commands are completed.

Parameters

Parameter

Description

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