anv: implement VK_KHR_swapchain revision 70
[mesa.git] / src / intel / vulkan / anv_private.h
index daeadea3a6449fc21a53a3839ffb16b65b2dca12..1316077ae09e1ffade29dad939484e667454ee7e 100644 (file)
@@ -2881,7 +2881,7 @@ struct anv_surface {
 };
 
 struct anv_image {
-   VkImageType type;
+   VkImageType type; /**< VkImageCreateInfo::imageType */
    /* The original VkFormat provided by the client.  This may not match any
     * of the actual surface formats.
     */