Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandWriteGPUFence
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandWriteGPUFence : public FRHICommand< FRHICommandWriteGPUFence, FRHICommandWriteGPUFenceString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIGPUFence * | Fence |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandWriteGPUFence
(
FRHIGPUFence* InFence |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |