Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIComputeCommandList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHIComputeCommandList
(
FRHIGPUMask GPUMask |
RHICommandList.h | ||
FRHIComputeCommandList
(
FRHICommandListBase&& Other |
RHICommandList.h | ||
FRHIComputeCommandList
(
FRHIGPUMask GPUMask, |
RHICommandList.h |
FRHIComputeCommandList(FRHIGPUMask)
| Name | FRHIComputeCommandList |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
FRHIComputeCommandList
(
FRHIGPUMask GPUMask
)
FRHIComputeCommandList(FRHICommandListBase &&)
| Name | FRHIComputeCommandList |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
FRHIComputeCommandList
(
FRHICommandListBase && Other
)
FRHIComputeCommandList(FRHIGPUMask, bool)
| Name | FRHIComputeCommandList |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
FRHIComputeCommandList
(
FRHIGPUMask GPUMask,
bool bImmediate
)