defaultQueue property

GPUQueueDescriptor defaultQueue

Implementation

GPUQueueDescriptor get defaultQueue =>
    js_util.getProperty(this, 'defaultQueue');
void defaultQueue=(GPUQueueDescriptor newValue)

Implementation

set defaultQueue(GPUQueueDescriptor newValue) {
  js_util.setProperty(this, 'defaultQueue', newValue);
}