Variable AttachmentDescription.mayAlias

Set mayAlias to Yes if a part of the attachment memory is shared with parts of other attachments in the same render pass.

struct AttachmentDescription
{
  // ...
  std.typecons.Flag!("mayAlias") mayAlias ;
  // ...
}