colorAttachments property

Implementation

Iterable<GPURenderPassColorAttachment>? get colorAttachments =>
    js_util.getProperty(this, 'colorAttachments');
void colorAttachments=(Iterable<GPURenderPassColorAttachment>? newValue)

Implementation

set colorAttachments(Iterable<GPURenderPassColorAttachment>? newValue) {
  js_util.setProperty(this, 'colorAttachments', newValue);
}