Home -> IRenderPassNode -> DisableAttachmentMultiSamplingResolution

Description

The DisableAttachmentMultiSamplingResolution method removes any previously defined multisample attachment resolve operation which has been defined for this render pass using the EnableAttachmentMultiSamplingResolution method.

Usage

void DisableAttachmentMultiSamplingResolution(IFrameBuffer::AttachmentType attachmentType, size_t attachmentIndex);

Argument list

type [IFrameBuffer::AttachmentType]
The type of the target framebuffer attachment
index [size_t]
The index of the framebuffer attachment within the selected attachment type, to use as a source for the resolve operation.

See also