Enum AttachmentLoadOperator

Enum Documentation

enum class portal::renderer::AttachmentLoadOperator

Attachment load operation.

Controls how attachment contents are initialized at render pass start.

Values:

enumerator Inherit

Preserve existing contents.

enumerator Clear

Clear to specified value.

enumerator Load

Load previous contents.