Searched defs:VkAttachmentDescription (Results 1 – 10 of 10) sorted by relevance
2007 typedef struct VkAttachmentDescription { struct2008 VkAttachmentDescriptionFlags flags; argument2017 } VkAttachmentDescription; argument
1005 struct VkAttachmentDescription struct1007 VkAttachmentDescriptionFlags flags; argument1008 VkFormat format;1009 VkSampleCountFlagBits samples;1010 VkAttachmentLoadOp loadOp;1011 VkAttachmentStoreOp storeOp;1012 VkAttachmentLoadOp stencilLoadOp;1013 VkAttachmentStoreOp stencilStoreOp;1014 VkImageLayout initialLayout;1015 VkImageLayout finalLayout;
4342 typedef struct VkAttachmentDescription { struct4343 VkAttachmentDescriptionFlags flags; argument4352 } VkAttachmentDescription; argument
3331 typedef struct VkAttachmentDescription { struct3332 VkAttachmentDescriptionFlags flags; argument3341 } VkAttachmentDescription; argument
3238 typedef struct VkAttachmentDescription { struct3239 VkAttachmentDescriptionFlags flags; argument3248 } VkAttachmentDescription; argument
3380 typedef struct VkAttachmentDescription { struct3381 VkAttachmentDescriptionFlags flags; argument3390 } VkAttachmentDescription; argument
3387 typedef struct VkAttachmentDescription { struct3388 VkAttachmentDescriptionFlags flags; argument3397 } VkAttachmentDescription; argument
3595 typedef struct VkAttachmentDescription { struct3596 VkAttachmentDescriptionFlags flags; argument3605 } VkAttachmentDescription; argument
3673 typedef struct VkAttachmentDescription { struct3674 VkAttachmentDescriptionFlags flags; argument3683 } VkAttachmentDescription; argument
8327 "VkAttachmentDescription": { object