RenderTarget constructor

const RenderTarget({
  1. List<ColorAttachment> colorAttachments = const <ColorAttachment>[],
  2. DepthStencilAttachment? depthStencilAttachment,
})

Implementation

const RenderTarget({
  this.colorAttachments = const <ColorAttachment>[],
  this.depthStencilAttachment,
});