Navigation
API > API/Runtime > API/Runtime/OpenGLDrv > API/Runtime/OpenGLDrv/FOpenGLDynamicRHI
- 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 |
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.