MTLRenderPassStencilAttachmentDescriptor

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

Members

Functions

clearStencil
uint clearStencil()

The value to use when clearing the stencil attachment.

clearStencil
uint clearStencil(uint )
Undocumented in source.
stencilResolveFilter
MTLMultisampleStencilResolveFilter stencilResolveFilter()

The filter used for stencil multisample resolve.

stencilResolveFilter
MTLMultisampleStencilResolveFilter stencilResolveFilter(MTLMultisampleStencilResolveFilter )
Undocumented in source.

Inherited Members

From MTLRenderPassAttachmentDescriptor

texture
MTLTexture texture()

The texture object associated with this attachment.

texture
MTLTexture texture(MTLTexture )
Undocumented in source.
level
NSUInteger level()

The mipmap level of the texture used for rendering to the attachment.

level
NSUInteger level(NSUInteger )
Undocumented in source.
slice
NSUInteger slice()

The slice of the texture used for rendering to the attachment.

slice
NSUInteger slice(NSUInteger )
Undocumented in source.
loadAction
MTLLoadAction loadAction()

The action performed by this attachment at the start of a rendering pass for a render command encoder.

loadAction
MTLLoadAction loadAction(MTLLoadAction )
Undocumented in source.
storeAction
MTLStoreAction storeAction()

The action performed by this attachment at the end of a rendering pass for a render command encoder.

storeAction
MTLStoreAction storeAction(MTLStoreAction )
Undocumented in source.
storeActionOptions
MTLStoreActionOptions storeActionOptions()

The options that modify the store action performed by this attachment.

storeActionOptions
MTLStoreActionOptions storeActionOptions(MTLStoreActionOptions )
Undocumented in source.
resolveTexture
MTLTexture resolveTexture()

The destination texture used when resolving multisampled texture data into single sample values

resolveTexture
MTLTexture resolveTexture(MTLTexture )
Undocumented in source.
resolveLevel
NSUInteger resolveLevel()

The mipmap level of the texture used for the multisample resolve action.

resolveLevel
NSUInteger resolveLevel(NSUInteger )
Undocumented in source.
resolveSlice
NSUInteger resolveSlice()

The slice of the texture used for the multisample resolve action.

resolveSlice
NSUInteger resolveSlice(NSUInteger )
Undocumented in source.
resolveDepthPlane
NSUInteger resolveDepthPlane()

The depth plane of the texture used for the multisample resolve action.

resolveDepthPlane
NSUInteger resolveDepthPlane(NSUInteger )
Undocumented in source.

Meta