Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
Description
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().
| Name | RHIWriteGPUFence_TopOfPipe |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
virtual void RHIWriteGPUFence_TopOfPipe
(
FRHICommandListBase & RHICmdList,
FRHIGPUFence * FenceRHI
)