MTLRenderPassDepthAttachmentDescriptor

A depth render target that serves as the output destination for depth pixels generated by a render pass.

Members

Functions

clearDepth
double clearDepth(double )
Undocumented in source.
clearDepth
double clearDepth()

The depth to use when clearing the depth attachment.

depthResolveFilter
MTLMultisampleDepthResolveFilter depthResolveFilter()

The filter used for an MSAA depth resolve operation.

depthResolveFilter
MTLMultisampleDepthResolveFilter depthResolveFilter(MTLMultisampleDepthResolveFilter )
Undocumented in source.

Mixins

__anonymous
mixin ObjcExtend!MTLRenderPassAttachmentDescriptor
Undocumented in source.

Meta