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