RenderingStats

data class RenderingStats(val encodingTime: Double, val renderingTime: Double, val numFrames: Int, val numDrawCalls: Int, val totalDrawCalls: Int, val numCreatedTextures: Int, val numActiveTextures: Int, val numTextureBindings: Int, val numTextureUpdates: Int, val textureUpdateBytes: Long, val totalBuffers: Long, val totalBufferObjs: Long, val bufferUpdates: Long, val bufferObjUpdates: Long, val bufferUpdateBytes: Long, val numBuffers: Int, val numFrameBuffers: Int, val numIndexBuffers: Int, val indexUpdateBytes: Long, val numVertexBuffers: Int, val vertexUpdateBytes: Long, val numUniformBuffers: Int, val numUniformUpdates: Int, val uniformUpdateBytes: Long, val memTextures: Int, val memBuffers: Int, val memIndexBuffers: Int, val memVertexBuffers: Int, val memUniformBuffers: Int, val stencilClears: Int, val stencilUpdates: Int)(source)

Constructors

Link copied to clipboard
constructor(encodingTime: Double, renderingTime: Double, numFrames: Int, numDrawCalls: Int, totalDrawCalls: Int, numCreatedTextures: Int, numActiveTextures: Int, numTextureBindings: Int, numTextureUpdates: Int, textureUpdateBytes: Long, totalBuffers: Long, totalBufferObjs: Long, bufferUpdates: Long, bufferObjUpdates: Long, bufferUpdateBytes: Long, numBuffers: Int, numFrameBuffers: Int, numIndexBuffers: Int, indexUpdateBytes: Long, numVertexBuffers: Int, vertexUpdateBytes: Long, numUniformBuffers: Int, numUniformUpdates: Int, uniformUpdateBytes: Long, memTextures: Int, memBuffers: Int, memIndexBuffers: Int, memVertexBuffers: Int, memUniformBuffers: Int, stencilClears: Int, stencilUpdates: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard