CumulativeRenderingStatistics constructor

CumulativeRenderingStatistics({
  1. int? drawCalls,
  2. int? textureBytes,
  3. int? vertexBytes,
  4. int? graphicsPrograms,
  5. double? graphicsProgramsCreationTimeMillis,
  6. int? fboSwitchCount,
})

Implementation

CumulativeRenderingStatistics({
  this.drawCalls,
  this.textureBytes,
  this.vertexBytes,
  this.graphicsPrograms,
  this.graphicsProgramsCreationTimeMillis,
  this.fboSwitchCount,
});