G P U Info
data class GPUInfo(devices: List<GPUDevice>, auxAttributes: JsonElement?, featureStatus: JsonElement?, driverBugWorkarounds: List<String>, videoDecoding: List<VideoDecodeAcceleratorCapability>, videoEncoding: List<VideoEncodeAcceleratorCapability>, imageDecoding: List<ImageDecodeAcceleratorCapability>)
Content copied to clipboard
Provides information about the GPU(s) on the system.
Constructors
GPUInfo
Link copied to clipboard
fun GPUInfo(devices: List<GPUDevice>, auxAttributes: JsonElement? = null, featureStatus: JsonElement? = null, driverBugWorkarounds: List<String>, videoDecoding: List<VideoDecodeAcceleratorCapability>, videoEncoding: List<VideoEncodeAcceleratorCapability>, imageDecoding: List<ImageDecodeAcceleratorCapability>)
Content copied to clipboard
Properties
auxAttributes
Link copied to clipboard
driverBugWorkarounds
Link copied to clipboard
featureStatus
Link copied to clipboard
imageDecoding
Link copied to clipboard
videoDecoding
Link copied to clipboard
videoEncoding
Link copied to clipboard
Sources
jvm source
Link copied to clipboard