Searched defs:AttachmentDesc (Results 1 – 1 of 1) sorted by relevance
26 struct AttachmentDesc { struct27 VkFormat fFormat;28 int fSamples;29 AttachmentDesc() : fFormat(VK_FORMAT_UNDEFINED), fSamples(0) {} in AttachmentDesc() function