CumulativeRenderingStatistics

Constructors

Link copied to clipboard
open fun CumulativeRenderingStatistics(@Nullable drawCalls: Long, @Nullable textureBytes: Long, @Nullable vertexBytes: Long, @Nullable graphicsPrograms: Long, @Nullable graphicsProgramsCreationTimeMillis: Double, @Nullable fboSwitchCount: Long)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
@Nullable
@get:Nullable
val drawCalls: Long
Link copied to clipboard
@Nullable
@get:Nullable
val fboSwitchCount: Long
Link copied to clipboard
@Nullable
@get:Nullable
val graphicsPrograms: Long
Link copied to clipboard
@Nullable
@get:Nullable
val graphicsProgramsCreationTimeMillis: Double
Link copied to clipboard
@Nullable
@get:Nullable
val textureBytes: Long
Link copied to clipboard
@Nullable
@get:Nullable
val vertexBytes: Long