dimension property

Implementation

GPUTextureDimension get dimension =>
    GPUTextureDimension.fromValue(js_util.getProperty(this, 'dimension'));
void dimension=(GPUTextureDimension newValue)

Implementation

set dimension(GPUTextureDimension newValue) {
  js_util.setProperty(this, 'dimension', newValue.value);
}