Variable SubpassDescription.preserves

Indices of attachments that are not used but whose content must be preserved throughout the subpass

struct SubpassDescription
{
  // ...
  uint[] preserves ;
  // ...
}