Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/ProfilingDebugging
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/ProfilingDebugging/RealtimeGPUProfiler.h |
| Include | #include "ProfilingDebugging/RealtimeGPUProfiler.h" |
Syntax
struct FDrawEventRHIExecute
Variables
| Type | Name | Description | |
|---|---|---|---|
| IRHIComputeContext * | RHICommandContext | Context to execute on |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor, initializing all member variables. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Terminate the event based upon scope |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Start
(
IRHIComputeContext& InRHICommandContext, |
Function for logging a PIX event with var args | |
| void | Stop () |