AdapterType


class AdapterType


Describes the physical characteristics of a graphics adapter.

Summary

Constants

const Int
CPU = 3

A software-based rendering engine.

const Int

A separate, dedicated graphics card.

const Int

A GPU integrated with the CPU.

const Int

The adapter type is unknown.

Public companion functions

String
toString(value: Int)

Constants

CPU

const val CPU = 3: Int

A software-based rendering engine.

DiscreteGPU

const val DiscreteGPU = 1: Int

A separate, dedicated graphics card.

IntegratedGPU

const val IntegratedGPU = 2: Int

A GPU integrated with the CPU.

Unknown

const val Unknown = 4: Int

The adapter type is unknown.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String