Navigation
API > API/Runtime > API/Runtime/OpenGLDrv
Inheritance Hierarchy
- FRefCountedObject
- FGPUProfilerEventNodeStats
- FGPUProfilerEventNode
- FOpenGLEventNode
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h |
| Include | #include "OpenGLDrv.h" |
Syntax
class FOpenGLEventNode : public FGPUProfilerEventNode
Remarks
A single perf event node, which tracks information about a appBeginDrawEvent/appEndDrawEvent range.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOpenGLBufferedGPUTiming | Timing |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOpenGLEventNode
(
const TCHAR* InName, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FGPUProfilerEventNode
| Type | Name | Description | |
|---|---|---|---|
| float | GetTiming () |
Returns the time in ms that the GPU spent in this draw event. | |
| void | StartTiming () |
||
| void | StopTiming () |