HwAutoRenderModeStrategy

data class HwAutoRenderModeStrategy(val minHwConcurrency: Int = 4) : AutoRenderModeStrategy

The render mode is selected based on the hardware capacity of the client.

Return

RenderMode.CLIENT if the hardware capacity is above the parameters, RenderMode.SERVER otherwise.

Parameters

minHwConcurrency

the recommended number of core to use for the Auto mode.

Constructors

Link copied to clipboard
constructor(minHwConcurrency: Int = 4)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun invoke(): RenderMode