Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include | #include "RenderGraphEvent.h" |
Syntax
struct FRDGGPUScopeStacksByPipeline
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRDGGPUScopeStacks | AsyncCompute | ||
| FRDGGPUScopeStacks | Graphics |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGGPUScopeStacksByPipeline
(
FRDGAllocator& Allocator |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginEventScope
(
FRDGEventName&& ScopeName, |
||
| void | BeginStatScope
(
const FName& Name, |
||
| void | BeginTimingScope
(
const DynamicRenderScaling::FBudget& Budget |
||
| FRDGGPUScopeOpArrays | CompilePassEpilogue
(
const FRDGPass* Pass |
||
| FRDGGPUScopeOpArrays | CompilePassPrologue
(
const FRDGPass* Pass, |
||
| void | |||
| void | EndStatScope () |
||
| void | EndTimingScope
(
const DynamicRenderScaling::FBudget& Budget |
||
| FRDGGPUScopes | GetCurrentScopes
(
ERHIPipeline Pipeline |
||
| const FRDGGPUScopeStacks & | GetScopeStacks
(
ERHIPipeline Pipeline |
||
| FRDGGPUScopeStacks & | GetScopeStacks
(
ERHIPipeline Pipeline |
||
| bool | IsTimingScopeAlreadyEnabled
(
const DynamicRenderScaling::FBudget& Budget |
||
| void | ReserveOps
(
int32 PassCount |