timestampWrites property

Implementation

Iterable<GPUComputePassTimestampWrite> get timestampWrites =>
    js_util.getProperty(this, 'timestampWrites');
void timestampWrites=(Iterable<GPUComputePassTimestampWrite> newValue)

Implementation

set timestampWrites(Iterable<GPUComputePassTimestampWrite> newValue) {
  js_util.setProperty(this, 'timestampWrites', newValue);
}