clearColor
The color to use when clearing the color attachment at the start of a render pass.
Declaration
var clearColor: MTLClearColor { get set }Discussion
Corresponds to MTLRenderPassColorAttachmentDescriptor.clearColor.
The color to use when clearing the color attachment at the start of a render pass.
var clearColor: MTLClearColor { get set }Corresponds to MTLRenderPassColorAttachmentDescriptor.clearColor.