colorAttachments property

Iterable<GPURenderPassColorAttachment>? get colorAttachments

Implementation

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

Implementation

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