colorPixelFormat
The pixel format of the color attachment, or nil for depth-only passes.
Declaration
var colorPixelFormat: MTLPixelFormat? { get set }Discussion
Corresponds to MTLRenderPassColorAttachmentDescriptor.texture.pixelFormat.
The pixel format of the color attachment, or nil for depth-only passes.
var colorPixelFormat: MTLPixelFormat? { get set }Corresponds to MTLRenderPassColorAttachmentDescriptor.texture.pixelFormat.