Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include | #include "RenderingThread.h" |
Syntax
class FRHIAsyncCommandList
Remarks
A utility to record RHI commands asynchronously and then enqueue the resulting commands to the render thread.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIAsyncCommandList
(
FRHIGPUMask InGPUMask |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRHICommandList & |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRHICommandList & | operator* () |
||
| FRHICommandList * | operator-> () |