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