Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIBreadcrumbs.h |
| Include | #include "RHIBreadcrumbs.h" |
Syntax
class FRHIBreadcrumbEventScope
Remarks
A helper class for scoped breadcrumb. Used by the RHI_BREADCRUMB_EVENT macros.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIBreadcrumbEventScope
(
FRHIComputeCommandList& InRHICmdList, |
Top-of-pipe breadcrumb event scope for RHI command lists. | ||
FRHIBreadcrumbEventScope
(
IRHIComputeContext& InRHIContext, |
Bottom-of-pipe breadcrumb event scope for RHI contexts. |
Destructors
| Type | Name | Description | |
|---|---|---|---|