RenderTarget.singleColor constructor
- ColorAttachment colorAttachment, {
- DepthStencilAttachment? depthStencilAttachment,
Implementation
RenderTarget.singleColor(ColorAttachment colorAttachment,
{DepthStencilAttachment? depthStencilAttachment})
: this(
colorAttachments: [colorAttachment],
depthStencilAttachment: depthStencilAttachment);