format property

Implementation

GPUTextureFormat get format =>
    GPUTextureFormat.fromValue(js_util.getProperty(this, 'format'));
void format=(GPUTextureFormat newValue)

Implementation

set format(GPUTextureFormat newValue) {
  js_util.setProperty(this, 'format', newValue.value);
}