radv: remove unused radv_image::aspects

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8324>
This commit is contained in:
Samuel Pitoiset 2021-01-05 08:37:56 +01:00 committed by Marge Bot
parent 58c68bac39
commit 831d9d406a

View file

@ -1879,7 +1879,6 @@ struct radv_image {
* of the actual surface formats.
*/
VkFormat vk_format;
VkImageAspectFlags aspects;
VkImageUsageFlags usage; /**< Superset of VkImageCreateInfo::usage. */
struct ac_surf_info info;
VkImageTiling tiling; /** VkImageCreateInfo::tiling */