location property

Implementation

GPUComputePassTimestampLocation get location =>
    GPUComputePassTimestampLocation.fromValue(
        js_util.getProperty(this, 'location'));
void location=(GPUComputePassTimestampLocation newValue)

Implementation

set location(GPUComputePassTimestampLocation newValue) {
  js_util.setProperty(this, 'location', newValue.value);
}