Navigation
API > API/Runtime > API/Runtime/RHI
Helper to enable the use of compute RHI command lists from within platform RHI implementations. Recorded commands are dispatched when the command list is destructed. Intended for use on the stack / in a scope block.
| Name | FRHIComputeCommandList_RecursiveHazardous |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
class FRHIComputeCommandList_RecursiveHazardous : public FRHIComputeCommandList
Inheritance Hierarchy
- FRHICommandListBase → FRHIComputeCommandList → FRHIComputeCommandList_RecursiveHazardous
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHIComputeCommandList_RecursiveHazardous
(
IRHIComputeContext* Context |
RHICommandList.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FRHIComputeCommandList_RecursiveHazardous() |
RHICommandList.h |