hasGpuTiming property
bool
get
hasGpuTiming
True if GPU timing measurements are available.
Implementation
bool get hasGpuTiming => gpuFrameTimeMs != null;
True if GPU timing measurements are available.
bool get hasGpuTiming => gpuFrameTimeMs != null;