defaultQueue property
GPUQueueDescriptor
get
defaultQueue
Implementation
GPUQueueDescriptor get defaultQueue =>
js_util.getProperty(this, 'defaultQueue');
set
defaultQueue
(GPUQueueDescriptor newValue)
Implementation
set defaultQueue(GPUQueueDescriptor newValue) {
js_util.setProperty(this, 'defaultQueue', newValue);
}