location property

Implementation

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

Implementation

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