Home -> IRenderPassNode -> RemoveAttachmentClearData

Description

The RemoveAttachmentClearData method removes any previously defined attachment clear operation for the specified framebuffer target, which has been defined for this render pass using the SetAttachmentClearData method.

Usage

void RemoveAttachmentClearData(IFrameBuffer::AttachmentType type, size_t index);

Argument list

type [IFrameBuffer::AttachmentType]
The type of the target framebuffer attachment
index [size_t]
The index of the target framebuffer attachment within the selected attachment type

See also