Module: Mesa
Branch: master
Commit: 831d9d406abb26126f5ff64f8ee951c15680e27c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=831d9d406abb26126f5ff64f8ee951c15680e27c

Author: Samuel Pitoiset <[email protected]>
Date:   Tue Jan  5 08:37:56 2021 +0100

radv: remove unused radv_image::aspects

Signed-off-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8324>

---

 src/amd/vulkan/radv_private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index 9dec1775ba9..54a00ca97ae 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -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 */

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to