location property
GPURenderPassTimestampLocation
get
location
Implementation
GPURenderPassTimestampLocation get location =>
GPURenderPassTimestampLocation.fromValue(
js_util.getProperty(this, 'location'));
set
location
(GPURenderPassTimestampLocation newValue)
Implementation
set location(GPURenderPassTimestampLocation newValue) {
js_util.setProperty(this, 'location', newValue.value);
}