Searched defs:vk_meta_rendering_info (Results 1 – 1 of 1) sorted by relevance
211 struct vk_meta_rendering_info { struct212 uint32_t view_mask;213 uint32_t samples;214 uint32_t color_attachment_count;215 VkFormat color_attachment_formats[MESA_VK_MAX_COLOR_ATTACHMENTS];216 VkColorComponentFlags color_attachment_write_masks[MESA_VK_MAX_COLOR_ATTACHMENTS];217 VkFormat depth_attachment_format;218 VkFormat stencil_attachment_format;