Enum AttachmentLoadOperator¶ Defined in File render_target.h 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.