depthPixelFormat
The pixel format of the depth attachment, or nil to omit depth.
Declaration
var depthPixelFormat: MTLPixelFormat? { get set }Discussion
Corresponds to MTLRenderPassDepthAttachmentDescriptor.texture.pixelFormat.
The pixel format of the depth attachment, or nil to omit depth.
var depthPixelFormat: MTLPixelFormat? { get set }Corresponds to MTLRenderPassDepthAttachmentDescriptor.texture.pixelFormat.