Variable AttachmentDescription.samples

Sample count of the attachment Must be a power of two between 1 and 64

struct AttachmentDescription
{
  // ...
  uint samples = 1u;
  // ...
}