Navigation
API > API/Runtime > API/Runtime/RHI
Type representing a finalized platform GPU command list, which can be submitted to the GPU via RHISubmitCommandLists(). This type is intended only for use by RHI command list management. Platform RHIs provide the implementation. Also contains RHI breadcrumb allocators and ranges that platform RHIs must use if they implement GPU crash debugging.
| Name | IRHIPlatformCommandList |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include Path | #include "RHIContext.h" |
Syntax
class IRHIPlatformCommandList
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| This type is only usable by derived types (platform RHI implementations) | RHIContext.h | ||
IRHIPlatformCommandList
(
IRHIPlatformCommandList const& |
Prevent copying. | RHIContext.h | |
| Allow moving. | RHIContext.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~IRHIPlatformCommandList() |
RHIContext.h |
Functions
Protected
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IRHIPlatformCommandList & operator=
(
IRHIPlatformCommandList const& |
RHIContext.h | ||
| RHIContext.h |