format property

Implementation

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

Implementation

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