GPURender Pass Descriptor
data class GPURenderPassDescriptor(var colorAttachments: Array<GPURenderPassColorAttachment>, var depthStencilAttachment: GPURenderPassDepthStencilAttachment? = null)(source)
Constructors
Link copied to clipboard
constructor(colorAttachments: Array<GPURenderPassColorAttachment>, depthStencilAttachment: GPURenderPassDepthStencilAttachment? = null)