Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.gpu
/
GPUDeviceDescriptor
GPUDevice
Descriptor
interface
GPUDeviceDescriptor
:
GPUObjectDescriptorBase
(
source
)
Members
Properties
default
Queue
Link copied to clipboard
abstract
val
defaultQueue
:
GPUQueueDescriptor
?
label
Link copied to clipboard
abstract
val
label
:
String
?
required
Features
Link copied to clipboard
abstract
val
requiredFeatures
:
ReadonlyArray
<
GPUFeatureName
>
?
required
Limits
Link copied to clipboard
abstract
val
requiredLimits
:
ReadonlyRecord
<
JsString
,
GPUSize64
?
>
?