Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include | #include "RHIContext.h" |
Syntax
class IRHIPlatformCommandList
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIBreadcrumbAllocatorArray | BreadcrumbAllocators | ||
| FRHIBreadcrumbRange | BreadcrumbRange |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| This type is only usable by derived types (platform RHI implementations) | |||
| Allow moving. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| IRHIPlatformCommandList & |