zink: delete stale comment for zink_surface

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19307>
This commit is contained in:
Mike Blumenkrantz
2022-10-25 13:34:45 -04:00
committed by Marge Bot
parent 34ec611dc6
commit 52efe113f9
+1 -1
View File
@@ -1309,7 +1309,7 @@ struct zink_surface {
struct pipe_surface base;
VkImageViewCreateInfo ivci;
VkImageViewUsageCreateInfo usage_info;
struct zink_surface_info info; //TODO: union with fb refs
struct zink_surface_info info;
uint32_t info_hash;
bool is_swapchain;
VkImageView image_view;