timestampWrites property
Iterable<GPUComputePassTimestampWrite>
get
timestampWrites
Implementation
Iterable<GPUComputePassTimestampWrite> get timestampWrites =>
js_util.getProperty(this, 'timestampWrites');
set
timestampWrites
(Iterable<GPUComputePassTimestampWrite> newValue)
Implementation
set timestampWrites(Iterable<GPUComputePassTimestampWrite> newValue) {
js_util.setProperty(this, 'timestampWrites', newValue);
}