mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 16:20:39 +02:00
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:
parent
58c68bac39
commit
831d9d406a
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue