Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/IRHIComputeContext
Description
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.
| Name | RHIWriteGPUFence |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include Path | #include "RHIContext.h" |
virtual void RHIWriteGPUFence
(
FRHIGPUFence * FenceRHI
)
Parameters
| Name | Remarks |
|---|---|
| Fence |