RenderTarget constructor
- List<
ColorAttachment> colorAttachments = const <ColorAttachment>[], - DepthStencilAttachment? depthStencilAttachment,
Implementation
const RenderTarget(
{this.colorAttachments = const <ColorAttachment>[],
this.depthStencilAttachment});