MTLRenderPassColorAttachmentDescriptor

Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
version(D_ObjectiveC)
extern (Objective-C) extern
class MTLRenderPassColorAttachmentDescriptor : MTLRenderPassAttachmentDescriptor {}

Members

Functions

clearColor
MTLClearColor clearColor()

The color to use when clearing the color attachment.

clearColor
MTLClearColor clearColor(MTLClearColor )
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