MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsDataReady

Method IsDataReady

trinity/Tr2GpuProfiler.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool Tr2GpuProfiler::IsDataReady()
106{
107 USE_MAIN_THREAD_RENDER_CONTEXT();
108 bool result = false;
109 m_frameFence.IsReached( result, renderContext ).GetResult();
110 return result;
111}
112
113BlueScriptValue Tr2GpuProfiler::GetFrameReport()
114{

Callers

nothing calls this directly

Calls 2

GetResultMethod · 0.45
IsReachedMethod · 0.45

Tested by

no test coverage detected