format property

GPUVertexFormat get format

Implementation

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

Implementation

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