UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

10 lines (9 loc) 192 B
export class GpuTimer { constructor(device: any); device: any; enabled: boolean; unitsName: string; decimalPlaces: number; _timings: any[]; get timings(): any[]; }