Variable VkAttachmentDescription.samples

struct VkAttachmentDescription
{
  // ...
  VkSampleCountFlagBits samples ;
  // ...
}