attributes property

Iterable<GPUVertexAttribute> get attributes

Implementation

Iterable<GPUVertexAttribute> get attributes =>
    js_util.getProperty(this, 'attributes');
set attributes (Iterable<GPUVertexAttribute> newValue)

Implementation

set attributes(Iterable<GPUVertexAttribute> newValue) {
  js_util.setProperty(this, 'attributes', newValue);
}