Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include | #include "DynamicRHI.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
virtual void RHIWriteGPUFence_TopOfPipe
&40;
FRHICommandListBase & RHICmdList,
FRHIGPUFence &42; FenceRHI
&41;
Remarks
Called by the thread recording an RHI command list (via RHICmdList.WriteGPUFence()). Allows the platform RHI to perform operations on the GPU fence at the top-of-pipe. Default implementation just enqueues an RHI command to call IRHIComputeContext::WriteGPUFence().