Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIBreadcrumbs.h |
| Include | #include "RHIBreadcrumbs.h" |
Syntax
class FRHIBreadcrumbEventManual
Remarks
A helper class to manually create, begin and end a breadcrumb on a given RHI command list. For use in places where the Begin/End operations are separate, and a scoped breadcrumb event is not appropriate.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIBreadcrumbEventManual
(
FRHIComputeCommandList& RHICmdList, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | End
(
FRHIComputeCommandList& RHICmdList |