![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <OpenGLDrv.h>
Public Member Functions | |
| FOpenGLDisjointTimeStampQuery () | |
| void | StartTracking () |
| void | EndTracking () |
| bool | IsResultValid () |
| bool | GetResult (uint64 *OutResult) |
| void | Cleanup () |
Static Public Member Functions | |
| static uint64 | GetTimingFrequency () |
| static bool | IsSupported () |
Used to track whether a period was disjoint on the GPU, which means GPU timings are invalid. OpenGL lacks this concept at present, so the class is just a placeholder Timings are all assumed to be non-disjoint
|
inline |
|
inline |
| void FOpenGLDisjointTimeStampQuery::EndTracking | ( | ) |
| bool FOpenGLDisjointTimeStampQuery::IsResultValid | ( | ) |
| void FOpenGLDisjointTimeStampQuery::StartTracking | ( | ) |